2023·shipped·Side Project
Djinni Job Alert Bot
A Telegram bot that polls Djinni RSS feeds and sends keyword-filtered job alerts, with deduplication so the same listing never gets sent twice.
PythonTelegram APIRSS
Highlights
- ▸Deduplication keyed on listing fingerprint, not URL, so repost-with-new-URL still gets caught.
- ▸Per-user keyword filters run over the raw feed.
A Telegram bot that polls Djinni RSS feeds and sends keyword-filtered job alerts to subscribed users. Small side project with useful discipline around deduplication: the same listing should never spam a user twice, even when the source URL changes.