#!/usr/bin/env python2 # -*- coding: utf-8 -*- CONSUMER_KEY = 'f00' CONSUMER_SECRET = 'b4r' ACCESS_TOKEN = 'd43d' ACCESS_TOKEN_SECRET = 'b33f'