Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- twt = api.search(q="@BOT",count=100,include_entities=True)
- t = ['@BOT', '@BOT']
- for s in twt:
- sn = s.user.screen_name
- m = "@%s jshgsjhk35hg4" % (sn)
- s = api.update_status(m, s.id)
- #time.sleep(5)
- print(twt)
Add Comment
Please, Sign In to add comment