WilliamButcherBot
Telegram Group Manager Bot Written In Python Using Pyrogram.
Install / Use
/learn @TheHamkerCat/WilliamButcherBotREADME
thehamkercat@arch:~$ git clone https://github.com/thehamkercat/WilliamButcherBot
thehamkercat@arch:~$ cd WilliamButcherBot
thehamkercat@arch:~$ pip3 install -U -r requirements.txt
thehamkercat@arch:~$ cp sample_config.py config.py
<h3 align="center">
Edit <b>config.py</b> with your own values
</h3>
<h2 align="center">
⇝ Run Directly ⇜
</h2>
thehamkercat@arch:~$ python3 -m wbb
<h3 align="center">
Generating Pyrogram Session For Heroku
</h3>
thehamkercat@arch:~$ git clone https://github.com/thehamkercat/WilliamButcherBot
thehamkercat@arch:~$ cd WilliamButcherBot
thehamkercat@arch:~$ pip3 install pyrogram TgCrypto
thehamkercat@arch:~$ python3 str_gen.py
<h1 align="center">
⇝ Docker ⇜
</h1>
thehamkercat@arch:~$ git clone https://github.com/thehamkercat/WilliamButcherBot
thehamkercat@arch:~$ cd WilliamButcherBot
thehamkercat@arch:~$ cp sample_config.env config.env
<h3 align="center">
Edit <b> config.env </b> with your own values
</h3>
thehamkercat@arch:~$ sudo docker build . -t wbb
thehamkercat@arch:~$ sudo docker run wbb
<h2 align="center">
⇝ Write new modules ⇜
</h2>
# Add license text here, get it from below
from wbb import app # This is bot's client
from wbb import app2 # userbot client, import it if module is related to userbot
from pyrogram import filters # pyrogram filters
...
# For /help menu
__MODULE__ = "Module Name"
__HELP__ = "Module help message"
@app.on_message(filters.command("start"))
async def some_function(_, message):
await message.reply_text("I'm already up!!")
# Many useful functions are in, wbb/utils/, wbb, and wbb/core/
<h3 align="center">
And put that file in wbb/modules/, restart and test your bot.
</h3>
<b>Discover more awesome plugin add-ons for this repo</b> @WilliamButcherBot-Add-ons.
Related Skills
node-connect
337.3kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
claude-opus-4-5-migration
83.2kMigrate prompts and code from Claude Sonnet 4.0, Sonnet 4.5, or Opus 4.1 to Opus 4.5
frontend-design
83.2kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
model-usage
337.3kUse CodexBar CLI local cost usage to summarize per-model usage for Codex or Claude, including the current (most recent) model or a full model breakdown. Trigger when asked for model-level usage/cost data from codexbar, or when you need a scriptable per-model summary from codexbar cost JSON.
