Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rafaelbroseghini/twitter-sentiment
:bird: Real time sentiment analysis of any text blob :eyeglasses:
https://github.com/rafaelbroseghini/twitter-sentiment
reactjs sentiment-analysis twitter
Last synced: 16 days ago
JSON representation
:bird: Real time sentiment analysis of any text blob :eyeglasses:
- Host: GitHub
- URL: https://github.com/rafaelbroseghini/twitter-sentiment
- Owner: RafaelBroseghini
- Created: 2019-10-22T17:32:45.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T23:14:27.000Z (almost 2 years ago)
- Last Synced: 2023-03-08T11:09:34.721Z (over 1 year ago)
- Topics: reactjs, sentiment-analysis, twitter
- Language: JavaScript
- Homepage:
- Size: 1.64 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Twitter Sentiment Analysis
> **Real time sentiment analysis of any text blob.**
![How to Use](/twitter_sentiment.gif)
## Why Twitter?
- We believed it was a good idea to limit to a total character count of 170.
## How was this built?
- React.
## Project setup and Usage
```
npm install
npm run start
```## How to tweak?
- Change maxLength of the `textarea` element to a desired number.
## Contributing :speech_balloon:
1. :spaghetti: Fork this repo!
2. Create your feature branch: `git checkout -b my-new-feature`
3. Commit your changes: `git commit -m 'Add some feature'`
4. Push to the branch: `git push origin my-new-feature`
5. Submit a pull request :+1: