Repository Sentiment Miner is a tool for extracting sentiment from GitHub repositories
Sentiment repository miner all the complexity of processing repositories information dealing with all the Github API interactions and provides a high-level API to implement sentiment analysis tools on each interaction.
-
You can decide how many processes run at the same time
-
Create your tasks in minutes to process the repository interaction(Pull, Pull Comments and Commits) in Node.js
/**
* Receive the messages and return a promise with the result
* @return Promise
*/
exports.run = (messages) => {
return Promise();
}
Doker image comming soon :)
- Sentistrength (http://sentistrength.wlv.ac.uk/) https://github.com/mateusfreira/senti-strength-node (Native)
- AFINN-based sentiment https://github.com/thisandagain/sentiment (Native)