An open API service indexing awesome lists of open source software.

https://github.com/sampoder/whats-their-mood

👺 Find out any Twitter user's mood based on their tweets in the past day!
https://github.com/sampoder/whats-their-mood

Last synced: 8 months ago
JSON representation

👺 Find out any Twitter user's mood based on their tweets in the past day!

Awesome Lists containing this project

README

          

# 👺 what's their mood?

This is a Flask based website made that uses a pre-trained sentiment analyzer to find the "mood" of any Twitter user who has tweeted in the past 24 hours.

## Usage

Visit this [website](https://whats-their-mood.sampoder.com/) to use the website.

## Technology Used

This website uses the Flask backend framework. It uses Tweepy to get the tweets and TextBlob is the pre-trained sentiment analyzer. The frontend is designed with Bootstrap.

## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

If you find a bug please report it using GitHub Issues.

## License
[MIT](https://choosealicense.com/licenses/mit/)