Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 713 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 713 Bytes

What is this?

A quick and dirty script that exports your TripIt trip information to an XML file.

Installation and usage

Follow these steps:

  1. Install Git,Ruby, Ruby Gems, and Bundler if you haven't already.
  2. Go to https://www.tripit.com/developer/create and create a full API application. You will need the API Key and API Secret later
  3. Then clone this git repo: git clone git@github.com:muness/tripit-export-trips-to-xml.git
  4. Go to the checked out directory and cp creds.yml.skel creds.yml
  5. Edit creds.yml, putting in your own API key and API Secret
  6. bundle install
  7. bundle exec ./export-trips-to-xml . This will authorize your app, download your trip data and save it to trips.xml