Skip to content

Instantly share code, notes, and snippets.

View JohanChungus's full-sized avatar
🌀
I may be slow to respond.

YTTA YANG TAHU TAHU AJA JohanChungus

🌀
I may be slow to respond.
View GitHub Profile
@JohanChungus
JohanChungus / bot.py
Created March 19, 2023 15:56 — forked from angch/bot.py
I'm bored. Python telegram bot for posting desktop screenshots.
#!/usr/bin/env python3
# FIXME: requirements.txt
# pip3 install python-telegram-bot --upgrade
# pip3 install pyscreenshot
# pip3 install pillow
from telegram.ext import Updater
from telegram.ext import CommandHandler