Skip to content

Instantly share code, notes, and snippets.

# Hey tripit, tell me what dates I have accommodation booked so I know the trip's covered
from pytripit import tripit
consumer_key = '---'
consumer_secret = '---'
authorized_token_key = '---'
authorized_token_secret = '---'
oauth_credential = tripit.OAuthConsumerCredential(consumer_key, consumer_secret, authorized_token_key, authorized_token_secret)