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.
git clone https://github.com/mickey-services/tempmail.git
cd tempmailCreate and activate a virtual environment:
python -m venv venv
source venv/bin/activate # Linux/macOS
# or
venv\Scripts\activate # WindowsInstall dependencies:
pip install -r requirements.txtpython 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