{"categories":[{"label":"Libraries","url":"https://skillfed.io/packages/category/software-development-libraries/10"},{"label":"Python Modules","url":"https://skillfed.io/packages/category/software-development-libraries-python-modules/21"},{"label":"Internet","url":"https://skillfed.io/packages/category/internet/5"},{"label":"Application Frameworks","url":"https://skillfed.io/packages/category/software-development-libraries-application-frameworks/5"},{"label":"Communications","url":"https://skillfed.io/packages/category/communications"},{"label":"Chat","url":"https://skillfed.io/packages/category/communications-chat"}],"enrichment":{"capability":"Kurigram is an asynchronous Python framework for interacting with Telegram's MTProto API, enabling you to build user clients and bots that access Telegram features including Gifts, Stories, Topics, and Business Accounts.","skillfed_tags":["telegram-api","async-framework","mtproto"],"use_cases":["Build a Telegram bot that responds to messages, handles commands, and manages conversations without running a separate bot API server.","Create a user client that automates Telegram account actions like sending messages, managing groups, or monitoring channels.","Develop applications that need access to Telegram features like Stories, Topics, or Business Accounts that may not be available through the official Bot API.","Implement a Telegram client with custom business logic, such as message filtering, forwarding, or analytics.","Build multi-account Telegram automation tools that interact with the protocol directly rather than through HTTP endpoints."],"what_it_does":"Kurigram is a maintained fork of Pyrogram that provides an asynchronous Python interface to Telegram's MTProto API. It abstracts low-level protocol details while giving you full access to Telegram's official client actions, supporting both user accounts and bot identities. The framework is type-hinted, async-first (with optional synchronous convenience wrappers), and designed to be a drop-in replacement for Pyrogram.\n\nYou use it to build Telegram clients and bots in Python by defining message handlers, managing conversations, and calling Telegram API methods through a clean, Pythonic interface. It depends on pyaes for encryption and python-socks for proxy support, and is built on top of high-performance C-based cryptography (TgCrypto) for speed. The package supports modern Python versions (3.8 through 3.14) and is actively maintained with recent feature additions.","worth_installing":"Yes, if you need direct MTProto access to Telegram or want a Pyrogram replacement. Kurigram has low install friction, active maintenance, no known vulnerabilities, and broad Python version support. The copyleft license (LGPL-3.0) is permissive for most use cases but requires derivative works to remain open-source. Install it if you're building Telegram bots or clients; skip it if you only need the official Bot API or prefer a simpler HTTP-based wrapper."},"id":"kurigram","links":{"html":"https://skillfed.io/packages/kurigram","md":"https://skillfed.io/packages/kurigram.md","pypi":"https://pypi.org/project/kurigram/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-07-11","license_spdx":"LGPL-3.0-or-later","license_treatment":"copyleft","name":"Kurigram","python_support":"supports_current","summary":"Elegant, modern and asynchronous Telegram MTProto API framework in Python for users and bots"},"popularity":{"monthly_downloads":86812,"position":13835,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"2.2.24"}
