tg-clone-channel/config.py

7 lines
533 B
Python
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

session = 'session.session' # при наличии своей сессии указываем путь до неё
api_id = 1106516
api_hash = '6841639cd57d7cf1c1e92e1ce540b7ba'
min_id = 0 # ID для минимального сообщения
max_id = 0 # ID для максимального сообщения
from_channel = -1001166834860 # ID канала, откуда парсить. Начинается с -100
in_channel = -1001840823909 # ID канала, куда записывать. Начинается с -100