Skip to content

sylphiette/WilliamButcherBot

 
 

Repository files navigation

WilliamButcherBot

Just Another Telegram Bot Written In Python Using Pyrogram.

Python

Requirements

Install Locally Or On A VPS

$ git clone https://github.com/thehamkercat/WilliamButcherBot

$ cd WilliamButcherBot

$ pip3 install -U -r requirements.txt

$ cp sample_config.py config.py

Edit config.py with your own values

Run

$ python3 -m wbb

Heroku

$ git clone https://github.com/thehamkercat/WilliamButcherBot

$ cd WilliamButcherBot

$ pip3 install -U -r requirements.txt

$ cp sample_config.py config.py

$ rm .gitignore

$ heroku git:remote -a YOUR_HEROKU_APP_NAME

$ heroku stack:set container

$ git add -f .

$ git commit -m 'Hail WBB!'

$ git push heroku HEAD:master --force

$ heroku ps:scale worker=1

Features

  • Group Management
  • Music Downloading
  • AI Chatbot
  • Web Scraping
  • Get Pictures/Wallpapers
  • Dictionary
  • Translation
  • Message Cryptography
  • Python Interpreter (Right In Your Telegram Chat!)
  • Nekobin (Paste Code/Text)
  • And Much More...

About

Telegram Group Manager Bot Written In Python Using Pyrogram.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.7%
  • Dockerfile 0.3%