Collecting Twitter Feeds Data from Twitter Using Twitter V2 API and Storing it in MongoDB Atlas. Preprocessing the Data and Added many new feature Columns such as Coordinates of Tweet Location, Category Of the Tweet and Sentimental analysis of the tweet. We used Location information from the tweet and by using Geocode python module, we then converted it into the Coordinates which helps in plotting tweets counts in Geological Maps, We had Implemented Sentimental Analysis Using the TextBlob Package
After processing and setting Data
Doing Analysis in MongoDB Chart:
Movie Popularity Analysis Link for MongoDB Chart: CLICK HERE
- In Config.ini file Add your Keys and tokens of Twitter API
- Add Your MongoDB Atlas URI in the IPYNB file
- Upload the movie_T_V (JSON DATA File) in Your MongoDB Atlas DataBase, Link to get movie_TV: Click
- Run the IPYNB File
- Don't Run the Function To Add the Movie Name, Tweet_Type and Coordinates of location of Tweet
- Only run If you Added New data into the DataBase (Because it creates the Features for Whole Documents in the Database Once again if already excist too)
Extra MongoDB Chart For Covid Analysis With the same Code:
Link for MongoDB Chart: CLICK HERE
Simple SQL Querries are there in the end of IPYNB File!