Instant burner mail account creation and management script.
Project description
Takoyaki
Takoyaki is a simple tool to create random/burner instant mails and generate registration credentials. It's simply cli version of m.kuku.lu service and a cli frontend to sute-mail-python module.
Installation & Usage
You can simply install it from pypi
pip install takoyaki
You can also download the prebuilt binaries from releases or run the script directly from tako
symlink after installing dependencies with pip3 install -r requirements.txt
.
Usage
Takoyaki is an interactive burner mail creator and controller.
Usage:
takoyaki [COMMAND] [ARGS...]
takoyaki -h | --help
Commands:
create [-h] Create new random mail address
read [-hal] Read mails from specified address
wait [-ha] Wait for new mails on specified address
del [-ha] Delete specified mail address
list [-h] List current mail addresses
gen [-hwpusac] Generate registration details
get [name] Get credentials of account you already saved
Options:
-h, --help Show extended information about the subcommand
-a, --address ADDRESS Specify the mail address
-l, --last Select latest mail
-p, --password Generate password
-u, --uname Generate username
-w, --Wait Start listening new mails after generate
-s, --save NAME Save generated info to accounts file
-c, --custom NAME VALUE Add custom fields when saving
Examples:
# Create a new random instant mail address
$ tako create
created: penanegya@mirai.re
# List existing addresses
$ tako list
1 misukedo@via.tokyo.jp
2 kyakidokya@eay.jp
3 penanegya@mirai.re
# Let's read mails on the kyakidokya@eay.jp
tako read -a kyaki
> No mails.
# or you can also specify index of address
tako read -a 2
> No mails.
# Let's create a burner account for a gaming site,
# generate a random password and a username,
# save the credentials we generated to .accs file and wait for the verification mail.
tako gen -a1 -puws "some name"
or the long version;
tako gen --address 1 --uname --password --wait --save="some name"
=== Some Name Account ===
Mail: misukedo@via.tokyo.jp
Nick: jturlj74
Pass: v0OEksf7.maiVdJ
Waiting new mails for misukedo@via.tokyo.jp
Press Ctrl+C to Abort.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
takoyaki-2.tar.gz
(12.5 kB
view hashes)
Built Distribution
takoyaki-2-py3-none-any.whl
(14.4 kB
view hashes)