index
:
newspipe
add-reverse-proxy
combine-apps
hide-registration-button
ldap-auth
master
reverse-proxy
reverse-proxy-for-patch
stackrpms-branding
stackrpms-master
A web news aggregator.
bgstack15
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pyaggr3g470r
/
crawler.py
Commit message (
Expand
)
Author
Age
*
Notifications functions and functions to send emails are now in separated files.
Cédric Bonhomme
2014-11-20
*
Updated some comments.
Cédric Bonhomme
2014-11-19
*
When the title is not found.
Cédric Bonhomme
2014-11-09
*
Log 'bozo' exception.
Cédric Bonhomme
2014-11-08
*
Configuration variables has been updated.
Cédric Bonhomme
2014-08-18
*
minor changes.
Cédric Bonhomme
2014-07-13
*
Timeout of 5 seconds for all sockets.
Cédric Bonhomme
2014-07-13
*
Update headers tags.
Cédric Bonhomme
2014-07-13
*
Performance improvement for the crawler (database insertion step).
Cédric Bonhomme
2014-07-13
*
Minor improvemnts for the crawler.
Cédric Bonhomme
2014-07-13
*
if the crawler is not able to get the link of the article, continue.
Cédric Bonhomme
2014-06-21
*
fixes #7
Cédric Bonhomme
2014-06-10
*
making pyagregator runnable by apache
François Schmidts
2014-06-09
*
supporting feed without date or with ill formated date
François Schmidts
2014-06-08
*
Removed unused variable.
Cédric Bonhomme
2014-05-03
*
keep the original title.
Cédric Bonhomme
2014-05-03
*
Using lxml parser instead of html.parser, fixes #4.
Cédric Bonhomme
2014-05-03
*
Better to send email without Flask-Mail.
Cédric Bonhomme
2014-04-27
*
Improved code readability.
Cédric Bonhomme
2014-04-27
*
Cleaned code.
Cédric Bonhomme
2014-04-27
*
Separate indexes by users.
Cédric Bonhomme
2014-04-23
*
Autoindexation of new articles (not on Heroku).
Cédric Bonhomme
2014-04-23
*
Updated comments and log messages.
Cédric Bonhomme
2014-04-13
*
Removed old feedgetter module.
Cédric Bonhomme
2014-04-13
*
Test of the new crawler with gevent.
Cédric Bonhomme
2014-04-13
bgstack15