Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 702 Bytes

File metadata and controls

22 lines (12 loc) · 702 Bytes

Twitter-Analysis

This tool has 3 main functionalities

TweetsFetcher.py

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

mosotUsedWords.py

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

TimeAnalysis.py

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