user1403568
user1403568

Reputation: 493

django feed reader

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

Answers (3)

aslam
aslam

Reputation: 9

You can check out the project TNB, but it is written in C#.

Upvotes: 0

spookylukey
spookylukey

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

Mohammad Efazati
Mohammad Efazati

Reputation: 4920

maybe this project be helpful

and yes you can use django project in windows

Upvotes: 5

Related Questions