Metadata-Version: 1.0
Name: adsense-scraper
Version: 0.2
Summary: Scrapes Google AdSense earnings data with Python using Twill
Home-page: http://github.com/etrepum/adsense_scraper/tree/master
Author: Bob Ippolito
Author-email: bob@redivi.com
License: MIT License
Description: 
        adsense_scraper is a simple module that uses Twill and html5lib to scrape
        Google AdSense earnings data from your account.
        
        For example, this is useful as a cron job or other sort of periodic task to
        store a copy of your earnings in your own database so that you don't have
        to visit the AdSense site every day.
        
        
Platform: any
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
