An open API service indexing awesome lists of open source software.

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

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

Screenshot

> 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