Telegram Do Not Disturb — set status emoji with curl.
curl localhost:8000/status/stopsign
# I am busy, don't message me
curl localhost:8000/status/green-circle
# Free to hang out
curl localhost:8000/status/weed-pepe
# 420 Friday
- are sent to Saved Messages (PM to yourself).
- only premium emojis are supported.
Save new alias (override existing)
List all aliases.
- Telegram API_ID, API_HASH →
secrets.env
docker compose run tg-dnd
docker compose up -d
pipenv install --dev
MIT