Skip to content

Instantly share code, notes, and snippets.

View TheHercules's full-sized avatar

TheHercules

View GitHub Profile
@TheHercules
TheHercules / random_stuff.py
Created September 15, 2018 11:55 — forked from baalajimaestro/random_stuff.py
Some random gist k
import sys
if sys.version_info[0] < 3 or sys.version_info[1] < 6:
LOGGER.error("You MUST have a python version of at least 3.6!")
quit(1)
from telethon import TelegramClient, events
from async_generator import aclosing
from telethon.tl.functions.channels import InviteToChannelRequest
rom telethon.tl.functions.channels import GetParticipantsRequest
from telethon.tl.types import ChannelParticipantsSearch
api_id=os.environ['API_KEY']