Interact with Telegram's @BotFather through the CLI.
git clone https://github.com/Lonami/father-cli
cd father-cli
pip install -r requirements.txt
./fathercli.py --help
The idea is taken from @JosXa's botfather-cli project.
Note that the code from this repository isn't by any means related to his code, since this is an implementation from scratch using the wonderful Telethon library.