You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> Elegant, modern and asynchronous Telegram MTProto API framework in Python for users and bots
28
39
29
-
```python
40
+
Kurigram is an actively maintained pyrogram fork for Python designed as a drop-in replacement for Pyrogram, Kurigram provides support for the latest Telegram features including Gifts, Stories, Topics, Business Accounts, and more.
41
+
42
+
```python
30
43
from pyrogram import Client, filters
31
44
32
45
app = Client("my_account")
33
46
34
47
35
48
@app.on_message(filters.private)
36
49
asyncdefhello(client, message):
37
-
await message.reply("Hello from Pyrogram!")
50
+
await message.reply("Hello from Kurigram!")
38
51
39
52
40
53
app.run()
41
54
```
42
55
43
-
**Pyrogram** is a modern, elegant and asynchronous [MTProto API](https://docs.kurigram.icu/topics/mtproto-vs-botapi)
56
+
**Kurigram** is a modern, elegant and asynchronous [MTProto API](https://docs.kurigram.icu/topics/mtproto-vs-botapi)
44
57
framework. It enables you to easily interact with the main Telegram API through a user account (custom client) or a bot
45
58
identity (bot API alternative) using Python.
46
59
47
60
### Support
48
61
49
-
If you'd like to support my fork, you can consider:
62
+
Kurigram is an open source project. Your support helps us maintain and improve the library, consider supporting its development:
0 commit comments