https://github.com/forshaur/suk
access disposable temporary email inbox straight from your terminal. powered by temp-mail.org
https://github.com/forshaur/suk
one-time-pa otp otp-generator otp-verification temp-mail temp-mail-api temp-mail-app temporary-email
Last synced: 14 days ago
JSON representation
access disposable temporary email inbox straight from your terminal. powered by temp-mail.org
- Host: GitHub
- URL: https://github.com/forshaur/suk
- Owner: forshaur
- License: mit
- Created: 2026-04-25T17:11:38.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2026-05-07T19:27:19.000Z (about 2 months ago)
- Last Synced: 2026-05-07T21:31:51.880Z (about 2 months ago)
- Topics: one-time-pa, otp, otp-generator, otp-verification, temp-mail, temp-mail-api, temp-mail-app, temporary-email
- Language: Python
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# suk
**Upto 4 live disposable inboxes in your terminal, persistent across sessions — zero browser, zero clicks.**
Use multiple sessions for account take over chains, invite abuse, OTP rate limiting and anything that needs multiple live identities at once

> the sessions last for few minutes (N) because this is a temporary email service.
> you may quit the tool and again reopen the sessions - email will be available for those N minutes.
## Install
```bash
pip install suk
```
## Usage
```bash
suk # open saved inbox (creates one on first run)
suk --new # burn current address, get a fresh one
suk --sessions # spin up n inboxes (1–4) and listen on all simultaneously
suk --list # list all saved sessions
suk --open # reopen saved session by slot number
suk --open ... # open multiple slots simultaneously
suk --open all # reopen every saved session at once
```
Emails print to terminal in real time. Sessions persist in `~/.suk_sessions.json` — close and reopen any inbox anytime with `--open`.
## License
MIT