A quick and dirty script that exports your TripIt trip information to an XML file.
Follow these steps:
- Install Git,Ruby, Ruby Gems, and Bundler if you haven't already.
- Go to https://www.tripit.com/developer/create and create a full API application. You will need the API Key and API Secret later
- Then clone this git repo:
git clone [email protected]:muness/tripit-export-trips-to-xml.git - Go to the checked out directory and
cp creds.yml.skel creds.yml - Edit creds.yml, putting in your own API key and API Secret
bundle installbundle exec ./export-trips-to-xml. This will authorize your app, download your trip data and save it to trips.xml