Hacked-together RSS server for Drop.com products
Results in the excellent NetNewsWire app.
It's very clear that people want RSS for Drop: Exhibit A, Exhibit B, Exhibit C
So it's 4:30 AM and I've kind of reverse engineered the API of Drop.com to export it to RSS
- Install the required Python packages (
beautifulsoup4
,requests
,feedgen
) - Run the server with
python3 main.py
- Point your reader to
http://localhost:8080
- Never miss a good deal again.
Polls drop.com every 10 minutes for products. Caches the XML and serves it over HTTP.
Don't run the server in a production environment unless you live for the risks.
PRs are open (This would be nice in a docker container)
Not sure if this violates any Terms of Service. If anything, it's doing Drop a favor by reducing bandwidth.