Telegram bots you can build without coding
31 guides to the Telegram bots people actually build. Each one covers what that bot type does, the commands it ends up with, the decisions worth making before you start, and a prompt you can paste into Botable to build it. No code in any of them.
Pick the bot you want to build
Crypto price bot
A Telegram crypto price bot answers price questions inside a chat. You send a ticker, it replies with the live quote and 24-hour change. Describe that behaviour to Botable in plain language and it writes, hosts, and runs the bot for you.5 commands ยท build guide โCustomer support bot
A Telegram customer support bot answers the questions you get most, sorts the rest into topics, and escalates anything it cannot handle to a person. Describe your topics and your canned answers to Botable and it builds the whole flow.5 commands ยท build guide โQuiz bot
A Telegram quiz bot asks a question, offers answers as buttons, scores the reply, and keeps a running leaderboard. Describe your categories and scoring rules to Botable and it builds the question flow, the score table, and the leaderboard.5 commands ยท build guide โWeather bot
A Telegram weather bot returns current conditions and a forecast for a city name or a shared location pin. Describe the format you want, temperature, wind, rain chance, and Botable builds the bot, wires the weather API, and hosts it.5 commands ยท build guide โNews bot
A Telegram news bot pulls headlines from a feed or news API and delivers them by topic, on demand or on a schedule. Describe your topics and delivery time to Botable and it builds the subscription table, the fetcher, and the digest.5 commands ยท build guide โReminder & todo bot
A Telegram reminder bot turns a sentence into a scheduled message. You write "remind me to call the bank at 4pm", it parses the time, saves the task, and messages you then. Describe the phrasing you use and Botable builds it.5 commands ยท build guide โGroup manager bot
A Telegram group management bot greets new members, states the rules, removes spam, and gives admins moderation commands. Describe your rules and what should happen when they are broken, and Botable builds the whole moderation flow.5 commands ยท build guide โBooking bot
A Telegram booking bot shows your open slots, takes a reservation in a few taps, and reminds both sides before it starts. Describe your hours, slot length and cancellation rules, and Botable builds the availability logic with them.5 commands ยท build guide โPoll & survey bot
A Telegram poll bot collects votes in a group and shows the tally as it changes. A survey bot asks a sequence of questions and stores each answer. Describe which you need, and whether votes are anonymous, and Botable builds it.5 commands ยท build guide โTranslator bot
A Telegram translator bot detects the language of a message and returns it in the language you want. In a group it can mirror every message so a multilingual room reads as one conversation. Describe your language pairs and Botable builds it.5 commands ยท build guide โAI assistant bot
A Telegram AI assistant bot answers questions in a chat, keeping enough conversation history to follow up. Describe its subject, its tone, and what it should refuse, and Botable builds and hosts it with those boundaries in place.5 commands ยท build guide โStore & payments bot
A Telegram store bot shows a catalogue, holds a cart, and takes payment inside the chat using Telegram Stars. Describe your products and what happens after payment, and Botable builds the catalogue, the cart, and the order records.5 commands ยท build guide โNotification bot
A Telegram notification bot pushes alerts into a chat from something else, a webhook, a scheduled check, an API. Describe what should trigger a message and who should get it, and Botable builds the endpoint and the routing.5 commands ยท build guide โRSS feed bot
A Telegram RSS bot watches feeds and posts new items into a chat or channel. You add feed URLs, it remembers what it has already sent, and it delivers only what is new. Describe your feeds and cadence and Botable builds it.5 commands ยท build guide โCaptcha bot
A Telegram captcha bot verifies new members before they can post. It restricts each joiner, asks for one tap or a simple answer, and unrestricts whoever passes. Describe the challenge and the timeout, and Botable builds it.5 commands ยท build guide โPaid access bot
A paid access bot sells membership to a private channel or group. It takes payment in Telegram Stars, issues a single-use invite link, and removes the member when the subscription lapses. Describe your tiers and Botable builds it.5 commands ยท build guide โLead generation bot
A Telegram lead generation bot replaces a contact form with a short conversation. It asks a few qualifying questions, stores the answers, and routes the promising ones to a person. Describe your questions and Botable builds the flow.5 commands ยท build guide โAnonymous feedback bot
An anonymous feedback bot lets people send a message to admins without their name attached. The bot receives it privately, strips the identity, and forwards the content. Describe your moderation rules and Botable builds it.5 commands ยท build guide โGiveaway bot
A Telegram giveaway bot collects entries, checks that each entrant meets the conditions you advertised, draws winners, and announces them with proof the draw was fair. Describe the entry rules, the prize count and the closing time, and Botable builds the entry table and the draw for you.5 commands ยท build guide โReferral bot
A Telegram referral bot gives every user their own tracked link, records who arrived through it, and credits the referrer once the person they invited does something real. Describe the reward and the action that unlocks it, and Botable builds the tracking, the fraud checks and the leaderboard.5 commands ยท build guide โExpense tracker bot
A Telegram expense tracker bot logs spending from a single message, "12.40 lunch", categorises it, and reports totals on request. Describe your categories and currency and Botable builds the ledger and the reports.5 commands ยท build guide โHabit tracker bot
A Telegram habit tracker bot asks whether you did the thing, records the answer with one tap, and keeps a streak. Describe your habits, the times to ask, and how a missed day is handled, and Botable builds it.5 commands ยท build guide โInventory bot
A Telegram inventory bot tracks what you have, logs what moves in and out, and warns before a line runs out. Describe your items and reorder points, and Botable builds the stock table and the alerts.5 commands ยท build guide โCRM bot
A Telegram CRM bot keeps contacts, notes and follow-ups where your conversations already happen. Add a contact in one line, log what was said, get reminded to chase. Describe your pipeline stages and Botable builds it.5 commands ยท build guide โStock market bot
A Telegram stock bot quotes tickers on demand, tracks a watchlist, and alerts on price moves. Unlike crypto it has to respect market hours and delayed data. Describe your tickers and thresholds and Botable builds it.5 commands ยท build guide โSports scores bot
A Telegram sports bot follows the teams you choose, posts goals and results as they happen, and lists upcoming fixtures. Describe your teams and how noisy you want it, and Botable builds the polling and the alerts.5 commands ยท build guide โFlashcard bot
A Telegram flashcard bot sends you cards to review at the moment you are about to forget them. You rate how well you knew each one and the schedule adapts. Describe your decks and Botable builds the review engine.5 commands ยท build guide โJob board bot
A Telegram job board bot collects roles through a guided submission flow, posts approved ones to a channel, and alerts job seekers whenever a new listing matches the skills and seniority they saved. Describe your fields and your moderation rule, and Botable builds the flow and the matcher.5 commands ยท build guide โForm bot
A Telegram form bot asks form questions one at a time in a chat, validating each answer as it arrives and saving progress. Describe your fields and validation rules and Botable builds the flow and the export.5 commands ยท build guide โDelivery tracking bot
A Telegram delivery tracking bot watches a parcel and messages the customer when its status actually changes, rather than every time it checks. Describe your carriers and which events are worth a notification, and Botable builds the polling schedule, the status normalising and the alerts.5 commands ยท build guide โEvent bot
A Telegram event bot announces an event, collects RSVPs against a real capacity, runs a waitlist that promotes automatically when someone cancels, and reminds everyone before it starts. Describe your capacity, your reminder schedule and whether you need check-in, and Botable builds it.5 commands ยท build guide โ
What every one of these bots gets
Whichever guide you follow, the bot you end up with is a real grammY application on Node.js, served over Telegram webhooks, with its own isolated SQLite database for anything it needs to remember. It runs 24/7 on managed infrastructure, hosting is not billed separately from credits, and you can read every file it is made of. To change it, you describe the change rather than editing code, and the running bot is updated in place so existing users and stored data survive.
Everything the platform doesWhat it costsHow-to guidesCompare builders
Not sure which one you need?
You do not have to pick from this list. Describe the bot you have in mind in your own words on the home page and it gets built the same way โ these are the starting points people reach for most, not the menu.