Skip to content

Instantly share code, notes, and snippets.

@romichi
Created May 3, 2012 13:51
Show Gist options
  • Select an option

  • Save romichi/2585787 to your computer and use it in GitHub Desktop.

Select an option

Save romichi/2585787 to your computer and use it in GitHub Desktop.
twitterに投稿する
# -*- coding:utf-8 -*-
import twitter
api = twitter.Api(consumer_key = 'consumer_key',
consumer_secret = 'consumer_secret',
access_token_key = 'access_token',
access_token_secret = 'access_token_secret')
api.PostUpdate(u'Wee yea ra hymme')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment