Skip to content

Commit

Permalink
win 64bit binary added
Browse files Browse the repository at this point in the history
  • Loading branch information
kaif-00z committed May 27, 2024
1 parent dc5c184 commit 6f1ee96
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 13 deletions.
Binary file added auto_env_gen.exe
Binary file not shown.
17 changes: 4 additions & 13 deletions auto_env_gen.py
Original file line number Diff line number Diff line change
@@ -1,21 +1,12 @@
import asyncio
import os
import random
import sys
from traceback import format_exc

try:
from telethon import TelegramClient
from telethon.sessions import StringSession
from telethon.tl.functions.channels import CreateChannelRequest
from telethon.tl.functions.contacts import UnblockRequest
except ModuleNotFoundError:
print("Downloading Telethon...")
os.system(f"{sys.executable} -m pip install telethon")
from telethon import TelegramClient
from telethon.sessions import StringSession
from telethon.tl.functions.channels import CreateChannelRequest
from telethon.tl.functions.contacts import UnblockRequest
from telethon import TelegramClient
from telethon.sessions import StringSession
from telethon.tl.functions.channels import CreateChannelRequest
from telethon.tl.functions.contacts import UnblockRequest

DATA = {}
ENV = """
Expand Down

0 comments on commit 6f1ee96

Please sign in to comment.