There was an error while loading. Please reload this page.
2 parents a9b1783 + 7149adb commit e7adb4bCopy full SHA for e7adb4b
1 file changed
examples/README.md
@@ -2,8 +2,9 @@
2
3
This folder contains example scripts to show you how **Pyrogram** looks like.
4
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, ...).
+with the more advanced examples. Every script is working right away (provided you correctly set up your credentials), meaning
+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, ...).
8
9
- [**hello_world.py**](https://github.com/pyrogram/pyrogram/blob/master/examples/hello_world.py)
10
- [**get_history.py**](https://github.com/pyrogram/pyrogram/blob/master/examples/get_history.py)
0 commit comments