Skip to content

Instantly share code, notes, and snippets.

@waynemoore
Created October 27, 2010 17:17

Revisions

  1. waynemoore created this gist Oct 27, 2010.
    7 changes: 7 additions & 0 deletions tweepy_get_user_status.py
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,7 @@
    import tweepy
    auth = tweepy.OAuthHandler(consumer_key, consumer_secret)
    auth.set_access_token(access_token_key, access_token_secret)
    api = tweepy.API(auth)

    user = api.get_user('twitter')
    print user.status.text