Skip to content

This module was created as a local dependency inside of a client's project. The project required ease-of-access inboxes, persistent access, and portability.

License

Notifications You must be signed in to change notification settings

mickey-services/tempmail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

tempmail

This module was created as a local dependency inside of a client's project. The project required ease-of-access inboxes, persistent access, and portability.

Installation

git clone https://github.com/mickey-services/tempmail.git
cd tempmail

Setup

Create and activate a virtual environment:

python -m venv venv
source venv/bin/activate  # Linux/macOS
# or
venv\Scripts\activate  # Windows

Install dependencies:

pip install -r requirements.txt

Usage

python tempmail.py create [count]  # create temp emails (browser)
python tempmail.py check <email>   # check inbox via API (persistent)
python tempmail.py wait <email>    # wait for new email via API
python tempmail.py list            # list emails
python tempmail.py verify <email>  # verify API access works

About

This module was created as a local dependency inside of a client's project. The project required ease-of-access inboxes, persistent access, and portability.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages