Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 615 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 615 Bytes

father-cli

Interact with Telegram's @BotFather through the CLI.

setup

git clone https://github.com/Lonami/father-cli
cd father-cli
pip install -r requirements.txt

usage

./fathercli.py --help

idea

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.