-
Notifications
You must be signed in to change notification settings - Fork 0
Запуск кода
Poloz Alexey edited this page Nov 15, 2018
·
6 revisions
git clone https://github.com/kosyachniy/tg
cd tg
Написать @BotFather в Telegram и получить токен
Файл keys.json:
{"tg_token": "ВАШ TOKEN"}
python3 bot.py
git clone https://github.com/kosyachniy/tg
cd tg
Получить APP API ID и APP API Hash
Файл keys.json:
{"tg_phone": "ВАШ ТЕЛЕФОН", "tg_app_id": ВАШ ID, "tg_app_hash": "ВАШ HASH"}
python3 user.py