forwardspam_cyprus_off/bot/config.py
2024-09-14 23:27:11 +03:00

26 lines
654 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.

import os
from dotenv import load_dotenv
load_dotenv()
API_ID_1 = os.getenv("API_ID_1")
API_HASH_1 = os.getenv("API_HASH_1")
admins: list[int] = [5899041406, 800530092, 1046931046]
# Интвервал спама постов (в секундах)
spam_interval = 200
# айди канала/группы берем из веб версии тг
# или с помощью @username_to_id_bot
# Канал по аренде
rent_channel_id = -1002054380269
# Канал по продаже
sell_channel_id = -1002123908331
# Группы для перессылки
groups_for_rent = ["-1002227589874_13"]
groups_for_sell = ["-1002227589874_13"]