We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 133682c commit 9409d9cCopy full SHA for 9409d9c
1 file changed
examples/README.md
@@ -5,6 +5,9 @@ This folder contains example scripts to show you how **Pyrogram** looks like.
5
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 session names and target chats.
7
8
+All the examples listed in this directory are licensed under the terms of the [CC0 1.0 Universal](LICENSE) license and
9
+can be freely used as basic building blocks for your own applications without worrying about copyrights.
10
+
11
Example | Description
12
---: | :---
13
[**hello_world**](hello_world.py) | Demonstration of basic API usages
0 commit comments