diff --git a/main.py b/main.py new file mode 100644 index 00000000..407ea479 --- /dev/null +++ b/main.py @@ -0,0 +1,4 @@ +from telethon import TelegramClient, sync +from .config import * +client = TelegramClient(ะดั€ั‹ั‰, api_id, api_hash) +client.start()