I want to figure out constantly monitor an RSS feed (Python 2.7, using feedparser) or any other library.
Means if blog add a new article we get alert. and if article in db != new article then add this article in our db.
I don't know how to do that.