Reputation: 493
I want to create in django something close to feed reader. It should download the xml data, parse it into python objects save it in database and update those objects if feed will be updated.
If there is a app that might be helpfull for me ? If is it soo, does it works with Windows while developing ?
Please, post me how can I cope with that issue.
Upvotes: 1
Views: 2155
Reputation: 6576
NewsBlur is a full featured news reader that is open source: https://github.com/samuelclay/NewsBlur
It should be possible to get it running on Windows.
As a full solution, it looks fairly heavyweight.
Upvotes: 1
Reputation: 4920
maybe this project be helpful
and yes you can use django project in windows
Upvotes: 5