Skip to content

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.

Notifications You must be signed in to change notification settings

AmeenAshad19/Twitter-Feed-Analysis-Using-Twitter-V2-API-and-MongoDB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Twitter-Feed-Analysis-Using-Twitter-V2-API-and-MongoDB

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 image image Link for MongoDB Chart: CLICK HERE

How to Run the Code:

  • In Config.ini file Add your Keys and tokens of Twitter API
  • Add Your MongoDB Atlas URI in the IPYNB file
    image
  • 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:

image Link for MongoDB Chart: CLICK HERE

Simple SQL Querries are there in the end of IPYNB File!

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published