Create main.py

This commit is contained in:
AnTiXpucT 2019-12-25 10:48:10 +02:00 committed by GitHub
parent c3188ff0fa
commit 89809a99c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

4
main.py Normal file
View File

@ -0,0 +1,4 @@
from telethon import TelegramClient, sync
from .config import *
client = TelegramClient(дрыщ, api_id, api_hash)
client.start()