aboutsummaryrefslogtreecommitdiff
path: root/source/feedgetter.py
Commit message (Expand)AuthorAge
* Added a new option to specify if e-mail notification is activated.Cédric Bonhomme2013-01-21
* Test if the article is present in the database before sending it via mail.Cédric Bonhomme2013-01-21
* Update revesion date for feedgetter.py.Cédric Bonhomme2013-01-20
* Send mail for a subscribed feed and then add to database.Cédric Bonhomme2013-01-20
* Re-enabled mail notification.Cédric Bonhomme2013-01-20
* Updated comment.Cédric Bonhomme2013-01-20
* Test if the MongoDB collection exist before the creation.Cédric Bonhomme2013-01-20
* Added some tricks to get all posts of a blog.Cédric Bonhomme2013-01-20
* The path of the feeds list is now set in pyAggr3g470r.cfg.Cédric Bonhomme2013-01-14
* Updated copyrights years.Cédric Bonhomme2013-01-01
* Updated the feedgetter accordingly issues 310 and 328 of feedparser: "To avoi...Cédric Bonhomme2012-11-20
* Updated revision date and version number.cedricbonhomme2012-11-08
* Porting to Python 3.2. Better, faster, stronger.cedricbonhomme2012-11-08
* Distant MongoDB connection working (tested with AlwaysData).cedricbonhomme2012-05-03
* Authentication to the MongoDB database when retrieving feeds.cedricbonhomme2012-05-02
* urlsafe_b64encode is replaced by SHA1 for id of articles.cedricbonhomme2012-05-01
* Added conf.py which is responsible of the load of the configuration.cedricbonhomme2012-04-22
* Minor refactoring with pylint.cedricbonhomme2012-04-22
* Added comments.cedricbonhomme2012-04-22
* SHA1 is replaced by urlsafe_b64encode for id of articles.cedricbonhomme2012-04-20
* Reorganization of folders.cedricbonhomme2012-04-15
bgstack15