whatisgithub

What is bakome_ultimate_telegram_bot?

bakome-hub/bakome_ultimate_telegram_bot — explained in plain English

Analysis updated 2026-05-18

0PythonAudience · generalComplexity · 3/5LicenseSetup · moderate

In one sentence

A Python Telegram bot combining AI chat, crypto and weather utilities, quizzes, and group moderation tools in one package.

Mindmap

mindmap
  root((BAKOME Telegram Bot))
    What it does
      AI chat with memory
      Utility commands
      Group moderation
    Tech stack
      Python
      SQLite
      Telegram API
    Use cases
      AI conversations
      Crypto and weather
      Moderation tools
    Audience
      Community owners
      General users

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Add AI chat with memory to a Telegram group using Gemini, DeepSeek, or a local Ollama model.

USE CASE 2

Give group admins moderation tools like kicking, banning, and audit logs.

USE CASE 3

Sell premium bot features to users via Telegram Stars.

What is it built with?

PythonSQLiteTelegram Bot API

How does it compare?

bakome-hub/bakome_ultimate_telegram_bot0xhassaan/nn-from-scratch3ks/embedoc
Stars00
LanguagePythonPythonPython
Last pushed2023-06-08
MaintenanceDormant
Setup difficultymoderatemoderatehard
Complexity3/54/51/5
Audiencegeneraldeveloperdeveloper

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · moderate Time to first run · 30min

Needs a Telegram bot token and an AI provider API key or a local Ollama install.

So what is it?

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.

Copy-paste prompts

Prompt 1
Help me configure BAKOME Ultimate Telegram Bot to use Ollama instead of a cloud AI service.
Prompt 2
Show me how Edge Guard filters prompt injection attempts before they reach the AI.
Prompt 3
Set up the crypto price and weather utility commands for this Telegram bot.
Prompt 4
Explain how to enable Telegram Stars payments for premium features in this bot.

Frequently asked questions

What is bakome_ultimate_telegram_bot?

A Python Telegram bot combining AI chat, crypto and weather utilities, quizzes, and group moderation tools in one package.

What language is bakome_ultimate_telegram_bot written in?

Mainly Python. The stack also includes Python, SQLite, Telegram Bot API.

How hard is bakome_ultimate_telegram_bot to set up?

Setup difficulty is rated moderate, with roughly 30min to a first successful run.

Who is bakome_ultimate_telegram_bot for?

Mainly general.

Open on GitHub → Ask about another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.