Doubt on retrieving tweets for sentiment analysis?

I wanted to do my first project on sentiment analysis. My goal is trying to do sentiment analysis on tweets that mention 'Uber' and see if there is correlation with the stock price: 'UBER'.

Problem is it went public this year, so I would need tweets from this year, my question is:

Is there any way of avoiding paying for the api: https://developer.twitter.com/en/pricing ? How can I get let's say 10,000 tweets of this year mentioning uber?

Or maybe, given I don't have any experience shall I instead try doing it on an already created dataset? ie https://www.kaggle.com/davidwallach/financial-tweets ? (problem here is that this data set only has 28k tweets, and if I filter for the ones only naming stock 'xyz', I will likely get only a hundred tweets...)

Topic twitter sentiment-analysis

Category Data Science


First you need to setup the twitter api and get the credentials and add those to the congig.cfg file linked here- https://filebin.net/5a6lfserhqzjg93a/config.cfg?t=dcqh998i

Afterwards you can use this link https://filebin.net/nfeju0bjvh8tocl3/tweetering.py?t=dy6bk7x5 to download the tweets which contain Uber. Just run it on command line using - python tweetering.py Uber

Hope it works for you. You can also find many links on medium.com where you can find the complete twitter sentiment analysis steps, reading which you will understand a lot of things.

About

Geeks Mental is a community that publishes articles and tutorials about Web, Android, Data Science, new techniques and Linux security.