Skip to content
This repository has been archived by the owner on May 29, 2022. It is now read-only.

Export TripIt.com data to XML (ported to Python from the original Ruby)

Notifications You must be signed in to change notification settings

andrewferrier/tripit-export-trips-to-xml

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

What is this?

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.

Rough Setup Instructions

  • 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 and consumer_secret values you are given. Make a copy of the creds.yml.skel file in this repo, call it creds.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 in permcreds.yml. Then re-run the script and the second time you'll get XML data on stdout.

About

Export TripIt.com data to XML (ported to Python from the original Ruby)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%