Advertisement
Guest User

Untitled

a guest
Jul 21st, 2017
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. ​twt = api.search(q="#csgo")
  2.  
  3. #list of specific strings we want to check for in Tweets
  4. t = ['Tag 3',
  5. ‘Tag Three’,
  6. 'Tag three',
  7. 'Tag Tres,
  8. 'Tag tres']
  9.  
  10. for s in twt:
  11. for i in t:
  12. if i == s.text:
  13. sn = s.user.screen_name
  14. m = "@pepemachine6 @Whatarethose199 @FollowmeforSWAG https://steamcommunity.com/tradeoffer/new/?partner=247121249&token=BbnrR8oh goodluck guys ily <3"
  15. s = api.update_status(m, s.id)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement