Guest User

Untitled

a guest
Jan 12th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. twt = api.search(q="@BOT",count=100,include_entities=True)
  2.  
  3. t = ['@BOT', '@BOT']
  4.  
  5. for s in twt:
  6. sn = s.user.screen_name
  7. m = "@%s jshgsjhk35hg4" % (sn)
  8. s = api.update_status(m, s.id)
  9. #time.sleep(5)
  10.  
  11. print(twt)
Add Comment
Please, Sign In to add comment