mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-03 14:04:51 +00:00
PyroFork: Update READNE
Signed-off-by: wulan17 <galihgustip@gmail.com>
This commit is contained in:
parent
bec44280a4
commit
2a8a01aeb5
1 changed files with 8 additions and 21 deletions
29
README.md
29
README.md
|
|
@ -1,28 +1,20 @@
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<a href="https://github.com/pyrogram/pyrogram">
|
<a href="https://github.com/Mayuri-Chan/pyrofork">
|
||||||
<img src="https://docs.pyrogram.org/_static/pyrogram.png" alt="Pyrogram" width="128">
|
<img src="https://docs.pyrogram.org/_static/pyrogram.png" alt="PyroFork" width="128">
|
||||||
</a>
|
</a>
|
||||||
<br>
|
<br>
|
||||||
<b>Telegram MTProto API Framework for Python</b>
|
<b>Telegram MTProto API Framework for Python</b>
|
||||||
<br>
|
<br>
|
||||||
<a href="https://pyrogram.org">
|
<a href="https://pyrofork.mayuri.my.id">
|
||||||
Homepage
|
Homepage
|
||||||
</a>
|
</a>
|
||||||
•
|
•
|
||||||
<a href="https://docs.pyrogram.org">
|
<a href="https://pyrofork.mayuri.my.id">
|
||||||
Documentation
|
Documentation
|
||||||
</a>
|
</a>
|
||||||
•
|
|
||||||
<a href="https://docs.pyrogram.org/releases">
|
|
||||||
Releases
|
|
||||||
</a>
|
|
||||||
•
|
|
||||||
<a href="https://t.me/pyrogram">
|
|
||||||
News
|
|
||||||
</a>
|
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
## Pyrogram
|
## PyroFork
|
||||||
|
|
||||||
> Elegant, modern and asynchronous Telegram MTProto API framework in Python for users and bots
|
> Elegant, modern and asynchronous Telegram MTProto API framework in Python for users and bots
|
||||||
|
|
||||||
|
|
@ -40,7 +32,7 @@ async def hello(client, message):
|
||||||
app.run()
|
app.run()
|
||||||
```
|
```
|
||||||
|
|
||||||
**Pyrogram** is a modern, elegant and asynchronous [MTProto API](https://docs.pyrogram.org/topics/mtproto-vs-botapi)
|
**PyroFork** is a modern, elegant and asynchronous [MTProto API](https://docs.pyrogram.org/topics/mtproto-vs-botapi)
|
||||||
framework. It enables you to easily interact with the main Telegram API through a user account (custom client) or a bot
|
framework. It enables you to easily interact with the main Telegram API through a user account (custom client) or a bot
|
||||||
identity (bot API alternative) using Python.
|
identity (bot API alternative) using Python.
|
||||||
|
|
||||||
|
|
@ -48,10 +40,6 @@ identity (bot API alternative) using Python.
|
||||||
|
|
||||||
If you'd like to support Pyrogram, you can consider:
|
If you'd like to support Pyrogram, you can consider:
|
||||||
|
|
||||||
- [Become a GitHub sponsor](https://github.com/sponsors/delivrance).
|
|
||||||
- [Become a LiberaPay patron](https://liberapay.com/delivrance).
|
|
||||||
- [Become an OpenCollective backer](https://opencollective.com/pyrogram).
|
|
||||||
|
|
||||||
### Key Features
|
### Key Features
|
||||||
|
|
||||||
- **Ready**: Install Pyrogram with pip and start building your applications right away.
|
- **Ready**: Install Pyrogram with pip and start building your applications right away.
|
||||||
|
|
@ -65,11 +53,10 @@ If you'd like to support Pyrogram, you can consider:
|
||||||
### Installing
|
### Installing
|
||||||
|
|
||||||
``` bash
|
``` bash
|
||||||
pip3 install pyrogram
|
pip3 install git+https://github.com/Mayuri-Chan/pyrofork.git@dev/pyrofork
|
||||||
```
|
```
|
||||||
|
|
||||||
### Resources
|
### Resources
|
||||||
|
|
||||||
- Check out the docs at https://docs.pyrogram.org to learn more about Pyrogram, get started right
|
- Check out the docs at https://pyrofork.mayuri.my.id to learn more about PyroFork, get started right
|
||||||
away and discover more in-depth material for building your client applications.
|
away and discover more in-depth material for building your client applications.
|
||||||
- Join the official channel at https://t.me/pyrogram and stay tuned for news, updates and announcements.
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue