Home About Me Main Projects Smaller Projects Resume

Twitter_Plotter

Twitter Plotter was a simple project I completed for during an internship. This program takes in user data and the recent tweet timeline, and complies the data into charts and a word cloud. The charts are used to measure user statstics like follower count and number of tweets, while the word cloud is used to display the content of the tweets in a presentable format. The program uses a lot of Pandas to hold the data and create the charts

Twitter Plotter was first intended to pull tweet and user data from the twitter API, then turned into charts and a word cloud. However, both my superiours and I neglected the changes in the Twitter API last Feburary, and were a little disappointed to realize that we could not do this with the free API. So, this project focused on the organizing and graphing of the information instead of the API side.


View on Github