Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/s0md3v/ote
Generate Email, Register for anything, Get the OTP/Link
https://github.com/s0md3v/ote
Last synced: 6 days ago
JSON representation
Generate Email, Register for anything, Get the OTP/Link
- Host: GitHub
- URL: https://github.com/s0md3v/ote
- Owner: s0md3v
- License: gpl-3.0
- Created: 2021-01-05T15:26:43.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-10-04T04:42:39.000Z (about 1 year ago)
- Last Synced: 2024-10-01T16:37:04.558Z (about 1 month ago)
- Language: Python
- Size: 43 KB
- Stars: 575
- Watchers: 14
- Forks: 71
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hacking-lists - s0md3v/ote - Generate Email, Register for anything, Get the OTP/Link (Python)
README
OTE : One Time Email
### Introduction
**ote** is a command line utility that generates temporary email address and automatically extracts OTPs or confirmation links from the incoming mails. It uses [1secmail.com](https://www.1secmail.com/api/)'s API to generate temporary emails.It can be installed with pip as follows:
```
pip3 install ote
```### Usage
Enter `ote` in your terminal, a random email address will be generated for you. Any OTP or confirmation link sent to this address will be printed on your terminal.
After that:
- If the link/OTP is not accurate, enter 'f' to print the link to the email to check it yourself.
- If you want to open the confirmation link in your browser right away, enter 'o'
- To quit, either enter 'q' or press Ctrl+C> Note: If your OTP or link was a false positive or was not detected at all, please create an issue with the email body attached. The more variations of OTPs we have, the better the detection will get over time.
#### Generate a custom email
`ote init myusername`
It will create an email of form `[email protected]`. After this point, **ote** will use this personalized email every time.
#### Generate a secure email
`ote init`
It will generate a random 20 character email and save it for subsequent usage like the previous option.