# tucnak/telebot

Telebot is a Telegram bot framework in Go.

Repository: https://github.com/tucnak/telebot
Canonical: https://ross.abutalabs.com/products/telebot
Language: Go
License: NOASSERTION
License Family: other
Last push: 2026-06-16T23:24:31+00:00

## Health v2 (maintenance only)
Score: 62/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 87, release rhythm 8, longevity 100
- inputs: {"age_days": 4087, "days_push": 78, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 4628, forks 523 (observed 2026-08-28T04:08:55.270150+00:00)

## What it is
Telebot is a Go framework for building Telegram bots on top of the Telegram Bot API. It provides a concise API with command routing, middleware, pollers, file handling, keyboards, inline mode, and callback support.

## Use cases
- build a telegram bot in go
- handle telegram bot commands with routing
- add middleware to a telegram bot
- send files and photos from a telegram bot
- create inline keyboards and handle callbacks
- implement telegram inline query mode
- run a long-polling telegram bot

## When to choose
- you are writing a Telegram bot in Go and want an idiomatic, concise API
- you need command routing, middleware, and keyboard support out of the box
- you want a highload-ready bot framework with good performance

## When to avoid
- you need a bot framework for platforms other than Telegram
- you prefer a thin 1:1 wrapper over the raw Telegram Bot API
- your project is not in Go

## Facets
- artifact type: framework
- maturity: active
- function: web-framework, middleware, routing, http-client
- domain: chatbots, messaging-platforms, developer-tools
- platform: go, cross-platform
- tags: telegram-bot, bot-framework, telegram-bot-api, long-polling, inline-keyboards, automation

## Member repositories
- tucnak/telebot (main) score 62

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:08:55.270150+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T18:19:37.348196+00:00, confidence not recorded.
  - readme: https://github.com/tucnak/telebot (fetched 2026-08-28T04:08:55.270150+00:00, sha 533508acad5d)
- Data as of 2026-08-30T08:39:29.467469+00:00.
