Simple Base for Users Who want to make their own Telegram Bots in Pyrogram without any database.
- Fork and add your modules in pyrobot/modules
- Add Required ENV Variables in app.json & in vars.py
- Add required external requirements in requirements.txt or/and pyproject.toml
Note: Make sure you already have poetry installed on your system!
git clone https://github.com/divkix/PyroBot.gitcd PyroBotpoetry install && poetry shell- Edit The
vars.pyas per the instruction given there. python3 -m pyrobot
Report Bugs in @DivideSupport