Learning to use the twitter API

Visual Studio Code
Python
Twitter API
SQLite

I started using the Twitter API in combination with Python and the Tweepy Library. There is really not much to show yet though. I sent a tweet and experimented a little with search queries. I'm planning on continuing this when I have some more time. I'm going to collect data which mentions a topic (e.g. CD Project Red, subject will change to whatever I care about at that point in time) and displaying this data in some way. I will propably try the data analysis tools recommended on David Kriesel's website. I'm a big fan of him. Also I thought about evaluating those tweets with a sentiment analysis algorithm and plot that to a graph to measure wether that topic is perceived more positive or negative and show trends. I really hope to get back to this soon.