Skip to content

muness/tripit-export-trips-to-xml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Ruby script to export trip it data to XML

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages