https://github.com/aimaster-dev/twitter-analysis-app
This web app recommends trending movies and songs by analyzing real-time tweets using sentiment analysis. It fetches data from Spotify and TMDB, and sends personalized email updates to users.
https://github.com/aimaster-dev/twitter-analysis-app
dashboard data-studio django email-alert movie-recommendation-app movie-review-app music-trend nlp python real-time-analytics sentiment-analysis song-recommendation spotify tmdb tweet-analysis twitter-trends user-feedback
Last synced: about 2 months ago
JSON representation
This web app recommends trending movies and songs by analyzing real-time tweets using sentiment analysis. It fetches data from Spotify and TMDB, and sends personalized email updates to users.
- Host: GitHub
- URL: https://github.com/aimaster-dev/twitter-analysis-app
- Owner: aimaster-dev
- License: mit
- Created: 2025-05-28T23:39:39.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-05-29T07:21:02.000Z (4 months ago)
- Last Synced: 2025-05-29T08:42:17.127Z (4 months ago)
- Topics: dashboard, data-studio, django, email-alert, movie-recommendation-app, movie-review-app, music-trend, nlp, python, real-time-analytics, sentiment-analysis, song-recommendation, spotify, tmdb, tweet-analysis, twitter-trends, user-feedback
- Language: Python
- Homepage:
- Size: 276 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Movie/Songs Recommendation based on Tweet Analysis
----
## Problem Description 📋
⚡️ In recent times, everyone wants to stay updated regarding a variety of information in all sorts of domains. Nowadays, Twitter is being extensively used by users to explore what's happening around the world and share their thoughts on the same. Particularly, topics such as movies, songs trend on Twitter regularly.
⚡️ This Web application will provide the users the comfort of not scrolling the whole twitter feed page to find out the general perception of the other users and critics about the movies or songs that they would want to watch or listen to in the future. The application will provide real time analysis of tweets.## Installation 📦
>Clone this repository
#### Install libraries
>pip install -r requirements.txt#### Run server locally
```shell
$ cd TweetAnalysis
$ python manage.py runserver
```
> Go to localhost:8000---
## Features 📋
⚡️ The latest songs and movies will be fetched from Spotify and TMDB.
⚡️ Sentiment analysis of the feed visually represented in data studio.
⚡️ Trending movies and songs will be emailed to the user specified email id for their record so that the user can play or watch the movies or songs in their free time.## Contributing 💡
#### Step 1
- **Option 1**
- 🍴 Fork this repo!- **Option 2**
- 👯 Clone this repo to your local machine.#### Step 2
- **Build your code** 🔨🔨🔨
#### Step 3
- 🔃 Create a new pull request.
## License
- **[MIT license](http://opensource.org/licenses/mit-license.php)**