I built burner-bouncer to detect disposable/burner email addresses without any external API calls or runtime dependencies. The blocklist of 629 domains is bundled at install time.
Ships as both an npm package (TypeScript, ESM + CJS) and a Python package with an identical API surface.
grocerysushi•1h ago
Ships as both an npm package (TypeScript, ESM + CJS) and a Python package with an identical API surface.
npm install burner-bouncer pip install burner-bouncer
PRs to expand the domain list are welcome.