Simple Base for Users Who wants to make their own Telegram Bots in Pyrogram with or without Mongo Database
- Fork and add your modules in PyrogramBot/modules
- Add Required ENV Variables in app.json & in config.py
- Add required external requirements in requirements.txt
git clone https://github.com/swatv3nub/PyrogramBot
cd PyrogramBot
pip3 install -r requirements.txt
- Edit The
config.py
as per the instruction given there. python3 -m PyrogramBot
Report Bugs in @TheCodentsSupport
Do Fork And Star The Repository If You Liked It.