pyrogram/examples
2018-03-22 14:34:33 +01:00
..
data Move non-code files into data folder 2018-02-26 15:51:31 +01:00
advanced_echo2.py Add advanced_echo2 example 2018-02-26 16:49:14 +01:00
advanced_echo.py Add advanced_echo example 2018-02-26 16:45:54 +01:00
get_history.py Add missing client.stop() 2018-02-26 17:01:33 +01:00
get_participants2.py Add get_participants2.py 2018-03-15 09:50:59 +01:00
get_participants.py Add missing client.stop() 2018-02-26 17:01:33 +01:00
hello_world.py Move non-code files into data folder 2018-02-26 15:51:31 +01:00
inline_bots.py Add inline_bots example 2018-02-27 14:57:00 +01:00
README.md Update README.md 2018-03-22 14:34:33 +01:00
simple_echo.py Add simple_echo example 2018-02-26 16:26:11 +01:00
updates.py Add updates example 2018-02-26 16:07:48 +01:00
welcome_bot.py Add welcome_bot.py example 2018-03-09 13:23:53 +01:00

Examples

This folder contains example scripts to show you how Pyrogram looks like. You can start with 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 the target chats (username, id) and file paths for sending media (photo, video, ...).