Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hanzceo/dismail
Python 3.7.4 based app for disposable email service
https://github.com/hanzceo/dismail
cli disposable email email-verification free privacy python spam temp temporary temporary-email verification verify verify-email
Last synced: about 1 month ago
JSON representation
Python 3.7.4 based app for disposable email service
- Host: GitHub
- URL: https://github.com/hanzceo/dismail
- Owner: HanzCEO
- License: unlicense
- Created: 2019-12-06T14:17:28.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-05-21T20:32:23.000Z (7 months ago)
- Last Synced: 2024-11-09T07:43:11.576Z (about 1 month ago)
- Topics: cli, disposable, email, email-verification, free, privacy, python, spam, temp, temporary, temporary-email, verification, verify, verify-email
- Language: Python
- Size: 53.7 KB
- Stars: 9
- Watchers: 2
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DisMail
Python 3 based app for disposable email service[![Downloads](https://static.pepy.tech/personalized-badge/dismail?period=total&units=none&left_color=grey&right_color=yellowgreen&left_text=Downloads)](https://pepy.tech/project/dismail)
## How to use
### 1. From source
```sh
$ git clone [email protected]:HanzCEO/DisMail.git
$ cd DisMail
$ python3 DisMail/__main__.py [EMAIL ADDRESS]
```
### 2. From PyPi
```sh
$ sudo pip3 install DisMail
$ dismail [EMAIL ADDRESS]
```## Usage
```
Usage: dismail [OPTIONS] [EMAIL]Options:
--help Show this message and exit.
Arguments:
email username@domain pair used for login, defaults to random email
```## Known issues
- **SecMail API** limit attachment size to around 40000 bytes