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/DivideProjects/PyroBot.git
cd PyroBot
poetry install && poetry shell
- Edit The
vars.py
as per the instruction given there. python3 -m pyrobot
Report Bugs in @DivideProjectsDiscussion