Repositories (1)

magabot
2 snippets stored for this repo
#!/usr/bin/env python
#Magabot will look for tweets with the Make America Great Again hashtag (#maga) + [bitch,cunt,slut,whore]
#Magabot will then read them aloud to you.
#you can change the search terms here, but why would you? FUN!!!
iterator = twitter_stream.statuses.filter(track="#maga slut,#maga bitch,#maga whore, #maga cunt", language="en")