{"categories":[{"label":"Internet","url":"https://skillfed.io/packages/category/internet/4"}],"enrichment":{"capability":"A Telegram bot library with route-based message handling that wraps pyTelegramBotAPI and provides decorator-style command routing for building simple bots.","skillfed_tags":["telegram-bot","abandoned"],"use_cases":["Building a simple Telegram bot that responds to specific commands using route patterns without writing polling logic.","Prototyping a Telegram bot with decorator-based message routing during early development.","Creating a bot that echoes or transforms user messages based on regex-matched patterns.","Learning Telegram bot development with a lightweight routing abstraction over pyTelegramBotAPI."],"what_it_does":"Telebot is a lightweight Telegram bot framework that layers route-based message handling on top of pyTelegramBotAPI. It lets you define bot behavior using decorators that match incoming messages against regex patterns, similar to web frameworks. When a message matches a route, the decorated function receives the message object and any captured groups from the pattern.\n\nThe package is designed for simple bots that respond to commands and echo messages. It handles polling for updates from Telegram and dispatching them to the appropriate handler. However, the project is abandoned\u2014the last commit was 2023-04-26 and it remains in Pre-Alpha status, meaning it was never considered feature-complete and has received no maintenance.","worth_installing":"No. The package is abandoned and in Pre-Alpha, with no updates since 2023-04-26. While install friction is low and the MIT license is permissive, the lack of maintenance means it will not receive bug fixes or compatibility updates as Telegram's API evolves. For new projects, use an actively maintained Telegram bot library instead."},"id":"telebot","links":{"html":"https://skillfed.io/packages/telebot","md":"https://skillfed.io/packages/telebot.md","pypi":"https://pypi.org/project/telebot/"},"maintenance":{"status":"abandoned"},"meta":{"latest_release":"2023-02-14","license_spdx":null,"license_treatment":"permissive","name":"telebot","python_support":"unspecified","summary":"A Telegram bot library, with simple route decorators."},"popularity":{"monthly_downloads":237045,"position":8967,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.0.5"}
