Guest User

Untitled

a guest
Jan 22nd, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. import tweepy
  2.  
  3. consumer_key = ""
  4. consumer_secret = ""
  5.  
  6. auth = tweepy.auth.OAuthHandler(consumer_key, consumer_secret)
  7. api = tweepy.API(auth)
  8.  
  9. api.update_status("hello world")
Add Comment
Please, Sign In to add comment