pyrofork/examples/README.md

19 lines
924 B
Markdown

# Examples
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 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 your session names and the target chats.
- [**hello_world.py**](hello_world.py)
- [**echo_bot.py**](echo_bot.py)
- [**welcome_bot.py**](welcome_bot.py)
- [**get_history.py**](get_history.py)
- [**get_participants.py**](get_participants.py)
- [**get_participants2.py**](get_participants2.py)
- [**query_inline_bots.py**](query_inline_bots.py)
- [**send_bot_keyboards.py**](send_bot_keyboards.py)
- [**callback_query_handler.py**](callback_query_handler.py)
- [**raw_update_handler.py**](raw_update_handler.py)