Deprecated/Archived: I no longer maintain/use this repository. I leave it here for anyone else who wants to use it with TripIt.
A quick and dirty script that exports your TripIt trip information to an XML file.
-
Log into your TripIt account online
-
Go to Developer API
-
Use the link on the left-hand-side to 'Register an App'.
-
Register an App (Full API Application). Ensure you note the
consumer_key
andconsumer_secret
values you are given. Make a copy of thecreds.yml.skel
file in this repo, call itcreds.yml
, and fill in the values as appropriate. -
Run the
export-trips-to-xml
script and follow the instructions. The first time it will give you data to put inpermcreds.yml
. Then re-run the script and the second time you'll get XML data on stdout.