caywood/car2goscraper
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
car2go Usage Python Screen Scrapper - for personal use Written by Matt Caywood (@mattcaywood) based on work by Justin Grimes (@justgrimes) & Josh Tauberer (@joshdata) & harlan yu Simple python script that scrapes usage data Script authenticates into website using Mechanize library and then extracts data from HTML tables using Beautiful Soup library then writes lovely clean CSV files. *IMPORTANT* This code does not actually work yet! To run this code, use python car2goscraper.py -u <username> -p <password> Enjoy!