Skip to content

Instantly share code, notes, and snippets.

View xuewei4d's full-sized avatar

Wei Xue xuewei4d

  • USA
View GitHub Profile
@xuewei4d
xuewei4d / telegram_app.py
Created September 18, 2020 03:54
telegram app which just forwards messages
from telethon.sync import TelegramClient, events
api_id= ''
api_hash = ''
mvp_usernames = ['abcd']
source_channel_id = 9999 # # set source channel id here
dest_channel_id = 9999 # set dest channel id here
with TelegramClient('name', api_id, api_hash) as client:
@xuewei4d
xuewei4d / GMM_API.ipynb
Last active August 29, 2015 14:22
GMM API
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.