This repository has been archived on 2024-10-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
AutoZoomTelegram/config.json

11 lines
331 B
JSON
Raw Normal View History

2022-09-14 13:01:31 +02:00
{
"admin": 123456789,
"api_id": 1234567,
"api_hash": "01234567890qwertyuiop",
"bot_token": "12345678:asdfghjklzxcvbnm",
2022-09-15 12:45:29 +02:00
"api_keys": "/home/user/AutoZoomAPI/data/api_keys.json",
2022-09-15 13:50:14 +02:00
"expired_keys": "/home/user/AutoZoomAPI/data/expired_keys.json",
2022-09-15 12:45:29 +02:00
"data": "data",
"locales": "locale",
"logs": "logs"
2022-09-14 13:01:31 +02:00
}