1
0
mirror of https://github.com/otter18/tg_logger.git synced 2025-06-18 21:47:37 +02:00

Update README.md

This commit is contained in:
ChernV
2021-02-05 12:50:58 +03:00
committed by GitHub
parent 9d6478266e
commit a9c73e84ed

View File

@ -57,3 +57,8 @@ tg_files_logger.send(file_name, "Test file")
### Example screenshot ### Example screenshot
![example_scr](https://raw.githubusercontent.com/otter18/tg_logger/master/img/example_scr.png) ![example_scr](https://raw.githubusercontent.com/otter18/tg_logger/master/img/example_scr.png)
## QA
### How to create a telegram bot? How to get `token` and `used_id`?
- To create bot use official [BotFather](https://t.me/BotFather) bot (descibed [here](https://core.telegram.org/bots#6-botfather))
- To get `used_id` use special bots (e.g. [@userinfobot](https://t.me/userinfobot), [@JsonDumpBot](https://t.me/JsonDumpBot))