mirror of
https://github.com/TeamPGM/pyrogram.git
synced 2024-11-16 04:35:24 +00:00
Update README.md
This commit is contained in:
parent
bf0b8aa692
commit
7149adba28
@ -2,8 +2,9 @@
|
|||||||
|
|
||||||
This folder contains example scripts to show you how **Pyrogram** looks like.
|
This folder contains example scripts to show you how **Pyrogram** looks like.
|
||||||
You can start with [hello_world.py](https://github.com/pyrogram/pyrogram/blob/master/examples/hello_world.py) and continue
|
You can start with [hello_world.py](https://github.com/pyrogram/pyrogram/blob/master/examples/hello_world.py) and continue
|
||||||
with the more advanced examples. Every script is working right away, meaning you can simply copy-paste and run, the only things
|
with the more advanced examples. Every script is working right away (provided you correctly set up your credentials), meaning
|
||||||
you have to change are the target chats (username, id) and file paths for sending media (photo, video, ...).
|
you can simply copy-paste and run, the only things you have to change are the target chats (username, id) and file paths for
|
||||||
|
sending media (photo, video, ...).
|
||||||
|
|
||||||
- [**hello_world.py**](https://github.com/pyrogram/pyrogram/blob/master/examples/hello_world.py)
|
- [**hello_world.py**](https://github.com/pyrogram/pyrogram/blob/master/examples/hello_world.py)
|
||||||
- [**get_history.py**](https://github.com/pyrogram/pyrogram/blob/master/examples/get_history.py)
|
- [**get_history.py**](https://github.com/pyrogram/pyrogram/blob/master/examples/get_history.py)
|
||||||
|
Loading…
Reference in New Issue
Block a user