Sushrut1101 / HomeBot

A modular, object-oriented Telegram bot, written in Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HomeBot, a modular Telegram bot, written in Python

Codacy Badge Documentation Status

How to use it

  • Execute pip3 install . to install all the dependencies
  • Copy example_config.py to config.py
  • Put a bot token in config.py
  • Edit additional variables in config.py
  • Launch the bot by typing
python3 -m homebot

Features

  • Module-based, so you can add and remove modules as you like
  • Easy to understand
  • It uses python-telegram-bot, one of the most used Telegram bot API library

Wiki

Head over to HomeBot Read the Docs page for more informations

About

A modular, object-oriented Telegram bot, written in Python


Languages

Language:Python 98.2%Language:Shell 1.8%