Skip to content

Commit e7adb4b

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents a9b1783 + 7149adb commit e7adb4b

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

examples/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22

33
This folder contains example scripts to show you how **Pyrogram** looks like.
44
You can start with [hello_world.py](https://github.com/pyrogram/pyrogram/blob/master/examples/hello_world.py) and continue
5-
with the more advanced examples. Every script is working right away, meaning you can simply copy-paste and run, the only things
6-
you have to change are the target chats (username, id) and file paths for sending media (photo, video, ...).
5+
with the more advanced examples. Every script is working right away (provided you correctly set up your credentials), meaning
6+
you can simply copy-paste and run, the only things you have to change are the target chats (username, id) and file paths for
7+
sending media (photo, video, ...).
78

89
- [**hello_world.py**](https://github.com/pyrogram/pyrogram/blob/master/examples/hello_world.py)
910
- [**get_history.py**](https://github.com/pyrogram/pyrogram/blob/master/examples/get_history.py)

0 commit comments

Comments
 (0)