aboutsummaryrefslogtreecommitdiffstats
path: root/gg_scraper.py
Commit message (Collapse)AuthorAgeFilesLines
* Use as the url of the project the gitlab one.0.10.0Matěj Cepl2014-12-281-1/+1
|
* Make python 2.7 default again and clean up.0.9.0Matěj Cepl2014-12-121-10/+15
| | | | | | Switch setup.py to use setuptools. Fixes #1, fixes #2
* Fix demangling.0.8Matěj Cepl2014-03-171-6/+21
| | | | | | * remove some reasons why import could crash * use case ignoring RE instead of plain .replace (cache those REs)
* Fix logic to actually demangle the mbox.Matěj Cepl2014-03-171-2/+2
|
* Ignore links in welcome messageIzidor Matušov2014-02-131-1/+3
| | | | | | | Some groups, e.g. django-oscar [1], have links in welcome message. Those are not supposed to be a link to the next page, ignore them. 1: https://groups.google.com/forum/#!forum/django-oscar
* Fix setup.py.RunTests.run() to return proper exit code.Matěj Cepl2014-02-131-9/+12
| | | | | | | | | The previous situation didn't fail on Travis-CI. But this does, so I had to include also a number of fixes for revealed issues. Fixing #314, #315, #316, and #317
* Eliminate do_redirect() method.0.6Matěj Cepl2014-01-111-15/+14
| | | | One less HTTP connection, which was actually not needed.
* Make whole script comaptible with python 2.6Matěj Cepl2014-01-111-24/+52
| | | | | | | | How low we fell :( Also: * On Python 2.6 we have to send bytes to proc.communicate() not unicode str (Fixes #288)
* Rewrite Group.get_topics to be iterative rather than recursive.Matěj Cepl2014-01-111-15/+17
| | | | Fixes #284
* Sort unmangled addresses in the configuration file by frequency.Matěj Cepl2014-01-111-4/+11
| | | | Fixes #287
* scrapper -> scraper0.5Matěj Cepl2014-01-111-0/+340
Woops! scrapper: a fighter or aggressive competitor, especially one always ready or eager for a fight, argument, or contest: the best lightweight scrapper in boxing; a rugged political scrapper. That's not what I meant.