Please forgive me if this is a gross repeat of a question previously answered elsewhere, but I am lost on how to use the tweepy API search function. Is there any documentati
You can search the tweets with specific strings as showed below:
tweets = api.search('Artificial Intelligence', count=200)