diff options
Diffstat (limited to 'computer/scrapping-of-Google-groups.rst')
-rw-r--r-- | computer/scrapping-of-Google-groups.rst | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/computer/scrapping-of-Google-groups.rst b/computer/scrapping-of-Google-groups.rst new file mode 100644 index 0000000..cc6ef23 --- /dev/null +++ b/computer/scrapping-of-Google-groups.rst @@ -0,0 +1,34 @@ +Scrapping of the Google Groups +############################## + +:date: 2014-01-05T21:30:00 +:category: computer +:tags: Fedora, google, lock-in, email, liberation, OwnCloud + + +As a followup to my previous rant_ on the locked-in nature of the Google +Groups, I have created this `Python script`_ for scrapping the messages +from Google webpages. + +Thanks to `Sean Hogan`_ for the first inspiration for the script. Any +comments would be welcome via email (I am sure you can find my addresses +somewhere on the Web). + +**Update:** Apparently_, scrapping_ is not the same as scraping_. And +although, there are some_, who wouldn’t mind, I am able to do just the +latter. + +.. _`Python script`: + https://gitlab.com/mcepl/gg_scraper +.. _rant: + {filename}stop-pretending-google.rst +.. _`Sean Hogan`: + {filename}stop-pretending-google.rst#comment-133-by-sean-hogan +.. _Apparently: + https://mail.python.org/pipermail/python-list/2014-January/663849.html +.. _scrapping: + http://dictionary.reference.com/browse/scrapping +.. _scraping: + http://dictionary.reference.com/browse/scrape +.. _some: + https://mail.python.org/pipermail/python-list/2014-January/663853.html |