SecretarX/main.py
2024-09-10 13:08:06 +02:00

7 lines
254 B
Python

from xclient import XClient
from tgbot import TelegramBot
if __name__ == "__main__":
client = XClient("ycolakoglu", "mTJNhBZI8PBdIx0e0Lak")
telegram_bot = TelegramBot("7312187888:AAG9w2UhU8zu9CZTxRnh72ltSqa59friRs0")
telegram_bot.run()