Analysis updated 2026-05-18
Add AI chat with memory to a Telegram group using Gemini, DeepSeek, or a local Ollama model.
Give group admins moderation tools like kicking, banning, and audit logs.
Sell premium bot features to users via Telegram Stars.
| bakome-hub/bakome_ultimate_telegram_bot | 0xhassaan/nn-from-scratch | 3ks/embedoc | |
|---|---|---|---|
| Stars | 0 | 0 | — |
| Language | Python | Python | Python |
| Last pushed | — | — | 2023-06-08 |
| Maintenance | — | — | Dormant |
| Setup difficulty | moderate | moderate | hard |
| Complexity | 3/5 | 4/5 | 1/5 |
| Audience | general | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
Needs a Telegram bot token and an AI provider API key or a local Ollama install.
BAKOME Ultimate Telegram Bot is a feature-rich bot for the Telegram messaging app, written in Python. Once added to a Telegram chat, it gains a wide range of capabilities that go well beyond simple automated replies. On the AI side, it can hold conversations using cloud AI services such as Gemini and DeepSeek, or a locally-run model through Ollama, and it remembers each user's conversation history in a local SQLite database so responses stay context-aware across sessions. It also includes a local security layer called Edge Guard that filters out prompt injection attempts before they ever reach the cloud AI service. The utility features are broad: fetching live cryptocurrency prices for coins like Bitcoin, Ethereum, and Solana, along with forex exchange rates, providing weather information, surfacing news, generating images, performing web searches, and translating text between languages. There is also a quiz system with multiple themes and score tracking, meant to keep group chats engaged. For group administrators, the bot includes moderation tools: kicking and banning users, clearing messages, and keeping audit logs of what happened. It supports Telegram Stars, the platform's native payment system, so users can purchase premium features directly inside Telegram. Throughout the bot, the interface relies on inline keyboards and command menus rather than requiring users to memorize text commands. The project is licensed under MIT and requires Python 3.11 or newer to run. Because it combines conversational AI, everyday utilities, group moderation, and monetization in one bot, it is aimed at Telegram community owners who want a single tool rather than stitching together several smaller bots.
A Python Telegram bot combining AI chat, crypto and weather utilities, quizzes, and group moderation tools in one package.
Mainly Python. The stack also includes Python, SQLite, Telegram Bot API.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly general.
This repo across BitVibe Labs
Verify against the repo before relying on details.