What is POAP2RSS?
POAP2RSS is a free service that turns any POAP event into a standard RSS feed. It lets event organizers, collectors, and community builders monitor claim activity in real time — using feed readers or automation platforms like Zapier and IFTTT. Created by Jamie Thingelstad aka poap.thingelstad.eth.
How to Use It
Each POAP event has an event ID. To get the RSS feed for any event, just use:
https://app.poap2rss.com/event/{event_id}
Replace {event_id}
with the actual POAP event ID.
Example:
https://app.poap2rss.com/event/190897
You can paste this link into any feed reader (like Feedly or NetNewsWire), or connect it to an automation tool.
You can even subscribe to a user's collection, just use:
https://app.poap2rss.com/address/{address}
Replace {address}
with an actual address or ENS name.
Example:
https://app.poap2rss.com/address/poap.thingelstad.eth
What the Feed Includes
- 🔄 The 20 most recent POAP claims
- 📅 Timestamped using the claim time
- 👤 Includes ENS name or wallet address as the author
- 🖼 First item shows the POAP event description and badge
- ⏰ Weekly inactivity notices if no one claims a POAP
Who Is It For?
- ✅ Event creators — see who’s claiming your POAPs
- ✅ Fans and collectors — follow your favorite events
- ✅ Builders — trigger automations on new claims
More Info
POAP2RSS is open-source and built with ❤️ to make POAPs more accessible and programmable. You can view the code on GitHub.