A stupid and annoying chatbot for your group chats.
- Modular architecture: Disable any module you don't need.
- Adaptive design: Detect bot privacy mode and automatically disable incompatible features.
- Easy maintenance: Register enabled commands on startup.
/add_pronouns
: ➕ Add pronouns./remove_pronouns
: ➖ Remove pronouns./get_pronouns
: ❤️ Get someone's pronouns by replying to someone's message, or display your own pronoun settings./set_default_pronouns
: 📛 Set or unset default pronouns for all chats./set_preferred_pronouns
: 🕶️ Set or unset preferred pronouns for this chat.
/apologize
: 🥺 Sorry about last night./chant
: 🗣 Say it out loud!/drink
: 🥤 I'm thirsty!/me
: 🤳 What the hell am I doing?/thank
: 🦃 Reply to or mention the name of the person you would like to thank./thanks
: 😊 Say thanks to me!/vax
: 💉 This ain't Space Needle!
/dice
: 🎲 Dice it!/dart
: 🎯 Oh shoot!/basketball
: 🏀 404 Basket Not Found/soccer
: ⚽ It's your goal!/roll
: 🎰 Feeling unlucky as hell?/bowl
: 🎳 Can you knock them all down?
/cook
: 😋 Who cooks the best food in the world? Me!/throw
: 🥺 Throw me a bone./catch
: 😏 Catch me if you can./force
: ☮️ Use of force not recommended./touch
: 🥲 No touching./fuck
: 😍 Feeling horny as fuck?
/eat
: ☃️ Do you want to eat a snowman?
/call_cops
: 📞 Hello, this is 911. What's your emergency?/arrest
: 🚓 Do I still have the right to remain silent?/guilty_or_not
: 🧑⚖️ Yes, your honor./overthrow
: 🏛️ Welcome to Capitol Hill!
/call_ambulance
: 🚑 Busy saving lives?/call_fire_dept
: 🚒 The flames! Beautiful, aren't they?
/interrogate
: 🔫 开门,查水表!
/ok
: 👌 好的,没问题!/assign
: 📛 交给你了!/unassign
: 💢 不干了!
/systemctl
:➡️ systemctl <command> [unit]
/get_stats
: 📅 View your stats in this chat, or reply to a message to view the sender's stats in this chat./leaderboard_grass
: 🍀 View grass growth rankings in this chat./leaderboard_demanding
: 👉 Who's the most demanding person in this chat?/leaderboard_talkative
: 🗣️ Who's the most talkative person in this chat?
The Chinese charater "草" is commonly seen in Chinese text messages. It could mean "Damn.", "Shit.", "Fuck!", or simply "Awesome!".
This stats counter counts each individual's usage of "草" in group chats and generates usage rankings. Say it when you feel like it to unlock achievements.
The counter also recognizes common variants and typos like "cao", "艹", "c奥", "c嗷", etc.
Counts command usage and generates the demanding leaderboard.
Counts text messages and generates the talkative leaderboard.
Prerequisites: .NET 8 SDK
dotnet build -c Release
dotnet publish CubicBot.Telegram.App -c Release
dotnet publish CubicBot.Telegram.Tool -c Release
dotnet publish CubicBot.Telegram.App -c Release \
-p:PublishSingleFile=true \
-p:PublishTrimmed=true \
-p:DebuggerSupport=false \
-p:EnableUnsafeBinaryFormatterSerialization=false \
-p:EnableUnsafeUTF7Encoding=false \
-p:InvariantGlobalization=true \
-r linux-x64 --self-contained
dotnet publish CubicBot.Telegram.Tool -c Release \
-p:PublishSingleFile=true \
-p:PublishTrimmed=true \
-p:DebuggerSupport=false \
-p:EnableUnsafeBinaryFormatterSerialization=false \
-p:EnableUnsafeUTF7Encoding=false \
-p:InvariantGlobalization=true \
-r linux-x64 --self-contained
# See usage guide.
$ cubic-bot-telegram-tool --help
# Set bot token in config.
$ cubic-bot-telegram-tool config set --bot-token "1234567:4TT8bAc8GHUspu3ERYn-KGcvsvGB9u_n4ddy"
# Disable all stats.
$ cubic-bot-telegram-tool config set --enable-stats-mod false
# Check config.
$ cubic-bot-telegram-tool config get
# Start bot.
$ cubic-bot-telegram-app
- This project is licensed under GPLv3.
- The icons are from Material Design Icons and are licensed under the Pictogrammers Free License.
System.CommandLine
is licensed under the MIT license.System.Linq.Async
andSystem.Interactive.Async
are from dotnet/reactive. They are licensed under the MIT license.Telegram.Bot
andTelegram.Bot.Extensions.Polling
are licensed under the MIT license.
© 2024 database64128