Skip to content

tilonuz99/userbot-1

 
 

Repository files navigation

UserBot

Multipurpose Python userbot for Telegram

Requirements

  • Python 3.6+
  • An Unix-like operating system

Setup

  • Install the requirements by running pip3 install -Ur requirements.txt
  • Go to https://my.telegram.org/apps, create a new app and save its api_id and api_hash
  • Run python3 setup.py to save the configurations
  • Run python3 bot.py and login

Running

  • Just run python3 bot.py (you may also want to use tmux or screen to keep it running 24*7)

Heroku

Running on Heroku isn't stable and it’s not guaranteed to work

Deploy

  • Follow the steps of the section "Setup"

Notes

If you find any bugs/issues you can report them by:

  • Creating a new issue in this repo
  • Sending the issue details to the chat on Telegram
  • If you know how to fix the issue, fork this repo and open up a pull request

©2020 - someusername™

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%