/scripts

Primary LanguagePython

Collection of random scripts

Some of the scripts depend on the webscraping library: http://code.google.com/p/webscraping/

filter_emails.py
Find the most useful email address for a domain
get_emails.py
Crawl a website to find the emails
split_spreadsheet.py
Split a spreadsheet into multiple smaller files
transform.py
Transform file between types: csv, json, xml, xls
uk_coordinates.py
Convert coordinates between UK Easting / Northing and Latitude / Longitude
webkit_automate.py
Example of how to automate website interaction with webkit
webkit_basic.py
Basic example of how to parse JavaScript with webkit
webkit_screenshot.py
Example of how to take a website screenshot with webkit
webkit_threaded.py
Example of how to thread webkit to download webpages