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

https://github.com/phenax/mr-senti

Mr. Senti knows whether you are feeling happy or sad
https://github.com/phenax/mr-senti

flask python sentiment-analysis

Last synced: 3 months ago
JSON representation

Mr. Senti knows whether you are feeling happy or sad

Awesome Lists containing this project

README

          

# Mr Senti
Sentiment analysis thingy. Not complete yet.
[Test it out](http://mr-senti.herokuapp.com/)

*[NOTE: The client side is written in ES2015 so if it doesn't work, update your browser or just download one thats less shitty. This is 2017 for fuck's sake.]*

### Instructions

* Clone this shit.
* Open it in virtualenv with `virtualenv venv; source ./venv/bin/activate;` (or dont, whateva)
* Run app.py `python app.py`.

### The api

`/api/analyse`
- method `GET`
- query `text=This is great`