File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 <br>
66 <b>Telegram MTProto API Framework for Python</b>
77 <br>
8- <a href="https://kurigram.live ">
8+ <a href="https://kurigram.icu ">
99 Homepage
1010 </a>
1111 •
12- <a href="https://docs.kurigram.live ">
12+ <a href="https://docs.kurigram.icu ">
1313 Documentation
1414 </a>
1515 •
@@ -40,7 +40,7 @@ async def hello(client, message):
4040app.run()
4141```
4242
43- ** Pyrogram** is a modern, elegant and asynchronous [ MTProto API] ( https://docs.kurigram.live /topics/mtproto-vs-botapi )
43+ ** Pyrogram** is a modern, elegant and asynchronous [ MTProto API] ( https://docs.kurigram.icu /topics/mtproto-vs-botapi )
4444framework. It enables you to easily interact with the main Telegram API through a user account (custom client) or a bot
4545identity (bot API alternative) using Python.
4646
@@ -76,7 +76,7 @@ pip3 install https://github.com/KurimuzonAkuma/kurigram/archive/dev.zip --force-
7676
7777### Resources
7878
79- - Check out the [ docs] ( https://docs.kurigram.live ) to learn more about Pyrogram, get started right
79+ - Check out the [ docs] ( https://docs.kurigram.icu ) to learn more about Pyrogram, get started right
8080away and discover more in-depth material for building your client applications.
8181- Join the [ official channel] ( https://t.me/kurigram_news ) and stay tuned for news, updates and announcements.
8282- Join the [ official chat] ( https://t.me/kurigram_chat ) to communicate with people.
Original file line number Diff line number Diff line change 2323 raise TypeError("Base types can only be used for type checking purposes: "
2424 "you tried to use a base type instance as argument, "
2525 "but you need to instantiate one of its constructors instead. "
26- "More info: https://docs.kurigram.live /telegram/base/{doc_name}")
26+ "More info: https://docs.kurigram.icu /telegram/base/{doc_name}")
Original file line number Diff line number Diff line change @@ -50,8 +50,8 @@ keywords = [
5050]
5151
5252[project .urls ]
53- Homepage = " https://kurigram.live "
54- Documentation = " https://docs.kurigram.live "
53+ Homepage = " https://kurigram.icu "
54+ Documentation = " https://docs.kurigram.icu "
5555Source = " https://github.com/KurimuzonAkuma/pyrogram"
5656Issues = " https://github.com/KurimuzonAkuma/pyrogram/issues"
5757Community = " https://t.me/kurigram_chat"
@@ -67,9 +67,9 @@ dev = [
6767]
6868
6969docs = [
70- " Sphinx<=8.2.3 " ,
71- " furo <=2025.7.19 " ,
72- " sphinx-autobuild<=2024.10.3 " ,
70+ " Sphinx<=9.0.0 " ,
71+ " shibuya <=2025.11.10 " ,
72+ " sphinx-autobuild<=2025.8.25 " ,
7373 " sphinx-copybutton<=0.5.2" ,
7474 " pygments<=2.19.2" ,
7575]
You can’t perform that action at this time.
0 commit comments