DEV Community

Discussion on: Sentiment analysis on Trump's tweets using Python 🐍

Collapse
 
rodolfoferro profile image
Rodolfo Ferro

This will help:
docs.tweepy.org/en/v3.5.0/api.html...

And the code might look like this:

tweets = extactor.search(q='#FIFA', count=200)