Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sameera-madushan/mail-swipe
Script to create temporary email addresses and receive emails.
https://github.com/sameera-madushan/mail-swipe
1secmail disposable-email email linux python temporary-email windows
Last synced: about 15 hours ago
JSON representation
Script to create temporary email addresses and receive emails.
- Host: GitHub
- URL: https://github.com/sameera-madushan/mail-swipe
- Owner: sameera-madushan
- License: mit
- Created: 2020-09-26T07:35:23.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T18:33:21.000Z (about 2 months ago)
- Last Synced: 2024-12-14T21:07:14.543Z (8 days ago)
- Topics: 1secmail, disposable-email, email, linux, python, temporary-email, windows
- Language: Python
- Homepage:
- Size: 11.7 KB
- Stars: 134
- Watchers: 9
- Forks: 38
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mail-Swipe | Keep your real mailbox clean and secure.
Mail Swipe is a python script that helps you to create temporary email addresses and receive emails at that address. It uses the API provided by [1secmail](https://www.1secmail.com/api/) to create emails addresses and fetch emails.
You can either generate your own email address or you can generate a random email address using this script. Once you receive an email it will be save in a text file inside the **"All Mails"** folder.
***For security reason you cannot read messages from addresses: abuse@domain, webmaster@domain, contact@domain, postmaster@domain, hostmaster@domain, admin@domain. All other addresses are free to use.*** - 1secmail team -
![mailswipe](https://user-images.githubusercontent.com/55880211/94339230-e61e7100-0015-11eb-942a-cd1085179ff4.gif)
## Git Installation
```
# clone the repo
$ git clone https://github.com/sameera-madushan/Mail-Swipe.git# change the working directory to Mail-Swipe
$ cd Mail-Swipe# install the requirements
$ pip3 install -r requirements.txt
```## Usage
```
python mailSwipe.py
```## Credits
This script is inspired by [sdushantha's](https://github.com/sdushantha) [tmpmail](https://github.com/sdushantha/tmpmail) script.Special thanks to [Sandakelum Priyamantha](https://github.com/wijewardhane).
Special thanks to devolopers of [1secmail](https://www.1secmail.com/api/) API.