maxprogrammer007 / WilliamButcherBot

Telegram Group Manager Bot Written In Python Using Pyrogram.

Home Page:https://t.me/PatheticProgrammers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

https://t.me/PatheticProgrammers

License:GNU General Public License v3.0


Languages

Language:Python 99.6%Language:Dockerfile 0.4%