Metadata-Version: 2.1
Name: takoyaki
Version: 2
Summary: Instant burner mail account creation and management script.
Home-page: https://github.com/kebablord/takoyaki
License: MIT
Keywords: burner,cli,mail,burnermail
Author: Junicchi
Author-email: junicchi@waifu.club
Requires-Python: >=3.6
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: argparse (>=1.4.0,<2.0.0)
Requires-Dist: bs4 (>=0.0.1,<0.0.2)
Requires-Dist: colorama (>=0.4.4,<0.5.0)
Requires-Dist: questionary (>=1.9.0,<2.0.0)
Requires-Dist: requests (>=2.25.1,<3.0.0)
Requires-Dist: typing (>=3.7.4,<4.0.0)
Project-URL: Repository, https://github.com/kebablord/takoyaki
Description-Content-Type: text/markdown

<p align="center">
  <img src="https://u.teknik.io/00UzK.svg">
</p>

# Takoyaki [![GitHub release (latest by date)](https://img.shields.io/github/v/release/kebablord/takoyaki?style=flat-square)](https://github.com/kebablord/takoyaki/releases/latest)  [![GitHub Workflow Status](https://img.shields.io/github/workflow/status/kebablord/takoyaki/Check%20errors%20and%20lint?style=flat-square)](https://github.com/KebabLord/takoyaki/actions) [![Pypi version](https://img.shields.io/pypi/v/takoyaki?style=flat-square)](https://pypi.org/project/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](https://github.com/KebabLord/takoyaki/releases) or run the script directly from `tako` symlink after installing dependencies with `pip3 install -r requirements.txt`.
### Usage
```λ tako.py -h
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.
```


