This python script pulls up the latest 3500 tweets from a giving username. Navigate to line 114 and add the username of the twitter user you want to get tweets from.
Do not forget to add your own Twitter developer credentials
This script analyzes the tweets and finds the most used words and displays them in a wordCloud. add in line 13 the name of the file created by the first script
This script shows a bar graph of the timing in which the twitter user posts their tweets. add in line 4 the name of the file that was created bby script 1