diff options
author | Matěj Cepl <mcepl@redhat.com> | 2014-01-03 01:30:15 +0100 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2014-01-03 01:37:33 +0100 |
commit | e04a64494a0468b17066ec57799d3335a46cfa0c (patch) | |
tree | c637455b33bdde2a988ec1a8830d9d9bf221f103 | |
parent | b33a83d94d6b69e6780244a09ebc975bc93ace5d (diff) | |
download | gg_scraper-e04a64494a0468b17066ec57799d3335a46cfa0c.tar.gz |
Improve README.rst
-rw-r--r-- | README.rst | 22 |
1 files changed, 18 insertions, 4 deletions
@@ -1,5 +1,19 @@ -A small script as a replacement of -http://saturnboy.com/2010/03/scraping-google-groups/ +A small script as a replacement of `the old PHP script`_ for downloading messages stored in the black hole of the Google Groups. -Thanks for the inspiration to -http://matej.ceplovi.cz/blog/2013/09/we-should-stop-even-pretending-google-is-trying-to-do-the-right-thing/#comment-482 +.. _`the old PHP script`: + http://saturnboy.com/2010/03/scraping-google-groups/ + +I would never start without an inspiration from the comment_ on my previous post on the theme of locked down nature of Google Groups. + +.. _comment: + http://matej.ceplovi.cz/blog/2013/09/we-should-stop-even-pretending-google-is-trying-to-do-the-right-thing/#comment-482 + +Current bugs are filled at my bugzilla_ and new ones can be reported via +email (one of many of my addresses are available on my `Github page`_ ) + +.. _bugzilla: + https://luther.ceplovi.cz/bugzilla/buglist.cgi?quicksearch=product%3Agg_scrapper +.. _`Github page`: + https://github.com/mcepl + +Of course pull requests (especially for testing with python 2.*) are more than welcome in the same places as well. Currently all development is done with Python 3.3. |