https://github.com/rajaprerak/twitteranalysis
Twitter sentiment analysis of trending movies and songs.
https://github.com/rajaprerak/twitteranalysis
bigquery bootstrap css dataflow datastudio gae gcp google-app-engine google-cloud-platform html pubsub python sentiment-analysis spotipy tmdb-api tweepy twitter twitter-sentiment-analysis
Last synced: 3 months ago
JSON representation
Twitter sentiment analysis of trending movies and songs.
- Host: GitHub
- URL: https://github.com/rajaprerak/twitteranalysis
- Owner: rajaprerak
- License: mit
- Created: 2021-05-02T00:44:17.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-02T00:52:03.000Z (about 4 years ago)
- Last Synced: 2025-03-23T02:03:12.721Z (3 months ago)
- Topics: bigquery, bootstrap, css, dataflow, datastudio, gae, gcp, google-app-engine, google-cloud-platform, html, pubsub, python, sentiment-analysis, spotipy, tmdb-api, tweepy, twitter, twitter-sentiment-analysis
- Language: Python
- Homepage:
- Size: 273 KB
- Stars: 9
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Movie/Songs Recommendation based on Tweet Analysis
### Website Preview
##### Home Page##### Tweets Page
##### Dashboard Page
----
## 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.
## Team ✨
| **Prerak Raja** | **Varad Bhogayata** | **Aayush Shah** |
| :---: |:---:|:---:|
| [](https://rajaprerak.github.io) | [](https://varadbhogayata.github.io) |[](https://aayuvraj.github.io)|
| `github.com/rajaprerak` | `github.com/varadbhogayata` | `github.com/aayuvraj`## License
- **[MIT license](http://opensource.org/licenses/mit-license.php)**