Metadata-Version: 1.1
Name: gg-scraper
Version: 0.10.0
Summary: Download a Google Group to MBOX
Home-page: https://gitlab.com/mcepl/gg_scraper
Author: Matěj Cepl
Author-email: mcepl@cepl.eu
License: GNU GPL
Description: 
        =====================
        Google Group Scrapper
        =====================
        
        .. image:: https://secure.travis-ci.org/mcepl/gg_scraper.png
           :alt: Build Status
        
        A small script as a replacement of `the old PHP script`_ for downloading messages stored in the black hole of the Google Groups.
        
        .. _`the old PHP script`:
            http://saturnboy.com/2010/03/scraping-google-groups/
        
        How to use it?
        --------------
        
        This script requires ``formail(1)`` from ``procmail`` package. Any
        version is OK, so please install it from your distribution’s
        repositories. Then run:
        
        ::
        
            pip install beautifulsoup4 PyYAML
            python gg_scraper.py 'https://groups.google.com/forum/#!forum/<group_name>'
        
        Background
        ----------
        
        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:
            https://luther.ceplovi.cz/blog/2013/09/19/we-should-stop-even-pretending-google-is-trying-to-do-the-right-thingtm/#comment-133-by-sean-hogan
        
        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_scraper
        .. _`Github page`:
            https://github.com/mcepl
        
        Of course pull requests are more than welcome in the same places as
        well. Currently all development is done with Python 3.3, but tests are
        run on Travis-CI_ for 2.6, 2.7, pypy, and 3.2 as well.
        
        .. _Travis-CI:
            https://travis-ci.org/mcepl/gg_scraper/
        
Keywords: email,Google Groups,scrap,backup
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Communications :: Email
Classifier: Topic :: Communications :: Conferencing
Requires: beautifulsoup4
Requires: PyYAML
