Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | test | Cédric Bonhomme | 2015-02-09 |
| | |||
* | First implementation with asyncio (not really async for the moment). | Cédric Bonhomme | 2015-01-21 |
| | |||
* | More robust fetch.py script. | Cédric Bonhomme | 2014-11-09 |
| | |||
* | Fix. | Cédric Bonhomme | 2014-11-08 |
| | |||
* | Log 'bozo' exception. | Cédric Bonhomme | 2014-11-08 |
| | |||
* | Do not fetch articles for blocked users. | Cédric Bonhomme | 2014-06-21 |
| | |||
* | making pyagregator runnable by apache | François Schmidts | 2014-06-09 |
| | | | | | | | | | * adding bootstrap module for basic import * redoing logging (config, proper use of the logging module) * making secret part of config (random wouldn't work with apache since it uses different instances of python) * making server entry point not executing application if just imported * not writing file for opml when we can read it from memory | ||
* | fix from | François Schmidts | 2014-06-08 |
| | | | | http://stackoverflow.com/questions/8774958/keyerror-in-module-threading-after-a-successful-py-test-run | ||
* | small practicity changes | François Schmidts | 2014-06-08 |
| | |||
* | fetch.py can now retrieved articles for all user (when no arguments are given). | Cédric Bonhomme | 2014-05-29 |
| | |||
* | Removed old feedgetter module. | Cédric Bonhomme | 2014-04-13 |
| | |||
* | The crawler is launched in a other process. | Cédric Bonhomme | 2014-04-13 |
| | |||
* | Removed import of 'conf' module. | Cédric Bonhomme | 2014-02-02 |
| | |||
* | Removed print statement. | Cédric Bonhomme | 2014-02-02 |
| | |||
* | Affed fetch.py script to use with cron. | Cédric Bonhomme | 2014-02-02 |