From b597da7658b6a11398c71767e242d142f12e01ff Mon Sep 17 00:00:00 2001 From: jsdio Date: Sat, 22 Oct 2022 22:51:12 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=BF=D1=82=D0=B8=D0=BC=D0=B8=D0=B7?= =?UTF-8?q?=D0=B0=D1=86=D0=B8=D1=8F=20=D0=BA=D0=BE=D0=B4=D0=B0,=20=D0=B8?= =?UTF-8?q?=D0=BC=D0=BF=D0=BE=D1=80=D1=82=D0=BE=D0=B2,=20=D0=B7=D0=B0?= =?UTF-8?q?=D0=B2=D0=B8=D1=81=D0=B8=D0=BC=D0=BE=D1=81=D1=82=D0=B5=D0=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.py | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 config.py diff --git a/config.py b/config.py new file mode 100644 index 0000000..39a13d3 --- /dev/null +++ b/config.py @@ -0,0 +1,5 @@ +session = 'session.session' # при наличии своей сессии указываем путь до неё +api_id = 12345 # Получить тут: https://my.telegram.org/ +api_hash = 'asdfq23f' # Получить тут: https://my.telegram.org/ +from_channel = -100123456 # ID канала, откуда парсить. Начинается с -100 +in_channel = -1001234568910 # ID канала, куда записывать. Начинается с -100 \ No newline at end of file