Divkix / PyroBot

A template used as base to run all of our telegram bots 🤖

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PyroBot

Simple Base for Users Who want to make their own Telegram Bots in Pyrogram without any database.

How to add modules?

Hosting

Heroku

  • Heroku Deploy is Very Simple, Just Click the Button Below

    Deploy

Local Deploy

Note: Make sure you already have poetry installed on your system!

  • git clone https://github.com/divkix/PyroBot.git
  • cd PyroBot
  • poetry install && poetry shell
  • Edit The vars.py as per the instruction given there.
  • python3 -m pyrobot

Report Bugs

Report Bugs in @DivideSupport

Credits

Powered By

DivideProjects

About

A template used as base to run all of our telegram bots 🤖

License:MIT License


Languages

Language:Python 88.3%Language:Dockerfile 9.8%Language:Makefile 1.4%Language:Procfile 0.5%