aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* PEP8izationMatěj Cepl2016-04-161-1/+1
|
* Make python 2.7 default again and clean up.0.9.0Matěj Cepl2014-12-121-0/+5
| | | | | | Switch setup.py to use setuptools. Fixes #1, fixes #2
* Failing test for not recognizing a welcome message.Matěj Cepl2014-02-131-0/+6
| | | | See https://github.com/izidormatusov/gg_scraper/commit/75559fc4d3b5d84c75d0b100361f523452c7e78d
* Fix setup.py.RunTests.run() to return proper exit code.Matěj Cepl2014-02-132-16/+20
| | | | | | | | | 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
* Functional testingMatěj Cepl2014-02-112-7/+109
| | | | | From https://github.com/izidormatusov/gg_scraper\ /commit/d85483b2204591951f4667d4b0f15a9c0570ec58
* Eliminate do_redirect() method.0.6Matěj Cepl2014-01-111-4/+0
| | | | One less HTTP connection, which was actually not needed.
* Make whole script comaptible with python 2.6Matěj Cepl2014-01-112-4/+12
| | | | | | | | How low we fell :( Also: * On Python 2.6 we have to send bytes to proc.communicate() not unicode str (Fixes #288)
* Sort unmangled addresses in the configuration file by frequency.Matěj Cepl2014-01-112-5/+4
| | | | Fixes #287
* scrapper -> scraper0.5Matěj Cepl2014-01-113-24/+24
| | | | | | | | | | 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.
* Make at least unittests running with Python 2.7Matěj Cepl2014-01-042-2/+4
| | | | | Add support for Travis-CI Fixes #283
* Unmangle mbox according to the configuration file.Matěj Cepl2014-01-023-0/+269
| | | | Fixes #273, #276
* For each group generate also a list of all mangled addresses.Matěj Cepl2014-01-024-17/+36
| | | | | | | | | | Google Groups (rightly) protects addresses against spammers. There is (obviously) no way how to find true value of these addresses programmatically, so we just generate list of all affected ones, which could be later completed with true values (collected somehow) and fixed by some other script. Fixes #275
* Creating raw MBOX fixed (tests included)Matěj Cepl2014-01-024-11/+422
| | | | Fix #278 and #271
* General structure of operation and MBOX writing.Matěj Cepl2013-12-301-0/+16
| | | | So far, only unit test for the latter.
* Collect raw articleMatěj Cepl2013-12-302-0/+112
|
* Collect articles for one topic.Matěj Cepl2013-12-294-0/+104