Twitter Data Analysis in Python.
The Project illustrates the way how we can approach working with JSON formatted data and use Twitter API to get the result we’re looking for.
The basic workFlow for all three programs is the following:
- Initialize data structures;
- Open user speciFied data File;
- Read all tweets (lines) from the text File;
- Process the data for each tweet (line by line);
- Analyze and summarize the result;
- Report the result.