Socket
Socket
Sign inDemoInstall

email-api

Package Overview
Dependencies
1
Maintainers
1
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    email-api

quickly get the verification code from the temp email


Maintainers
1

Readme

Email-api

  • 快速开始

  • 注意

  • 支持

快速开始

pip install email-api

获取邮箱

email_api.getEmail(arg)

获取验证码

email_api.getEmailCode()



自定义邮箱名称

import email_api


your_email_name='name'  # name@example.com
print(email_api.getEmail(your_email_name))
print(email_api.getEmailCode())

########################################

name@example.com
123456

########################################


随机邮箱名称

import email_api


print(email_api.getEmail(None))
print(email_api.getEmailCode())

########################################

random@example.com
123456

########################################

注意

方法 getEmail() 必须携带参数

随机邮箱参数为None

自定义邮箱只需设置邮箱名称,不能带入后缀

import email_api

# name@example.com

[✓] your_email_name='name' 

[x] your_email_name='name@example.com'

关于验证码提取

  • 支持纯数字的4-6位验证码
  • 暂不支持混合数字字母或纯字母的验证码

验证码提取部分 Line 59

支持

Keywords

FAQs


Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc