Skip to content

Instantly share code, notes, and snippets.

@elliotforbes
Created November 4, 2015 21:54
Show Gist options
  • Save elliotforbes/918b3430287cfde4f170 to your computer and use it in GitHub Desktop.
Save elliotforbes/918b3430287cfde4f170 to your computer and use it in GitHub Desktop.
def search_tweets(query, count=100):
return bot.search.tweets(query=query, result_type='recent', count=count)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment