aboutsummaryrefslogtreecommitdiff
path: root/fetch.py
Commit message (Collapse)AuthorAge
* testCédric Bonhomme2015-02-09
|
* First implementation with asyncio (not really async for the moment).Cédric Bonhomme2015-01-21
|
* More robust fetch.py script.Cédric Bonhomme2014-11-09
|
* Fix.Cédric Bonhomme2014-11-08
|
* Log 'bozo' exception.Cédric Bonhomme2014-11-08
|
* Do not fetch articles for blocked users.Cédric Bonhomme2014-06-21
|
* making pyagregator runnable by apacheFrançois Schmidts2014-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 fromFrançois Schmidts2014-06-08
| | | | http://stackoverflow.com/questions/8774958/keyerror-in-module-threading-after-a-successful-py-test-run
* small practicity changesFrançois Schmidts2014-06-08
|
* fetch.py can now retrieved articles for all user (when no arguments are given).Cédric Bonhomme2014-05-29
|
* Removed old feedgetter module.Cédric Bonhomme2014-04-13
|
* The crawler is launched in a other process.Cédric Bonhomme2014-04-13
|
* Removed import of 'conf' module.Cédric Bonhomme2014-02-02
|
* Removed print statement.Cédric Bonhomme2014-02-02
|
* Affed fetch.py script to use with cron.Cédric Bonhomme2014-02-02
bgstack15