https://github.com/mateusfreira/repository-sentiment-miner
A tool to process and extract sentimental information from GitHub repositories
https://github.com/mateusfreira/repository-sentiment-miner
git mining mrs nodejs npl sentiment
Last synced: 6 months ago
JSON representation
A tool to process and extract sentimental information from GitHub repositories
- Host: GitHub
- URL: https://github.com/mateusfreira/repository-sentiment-miner
- Owner: mateusfreira
- License: mit
- Created: 2018-01-02T11:31:50.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-19T10:14:27.000Z (almost 7 years ago)
- Last Synced: 2025-04-09T19:15:16.261Z (6 months ago)
- Topics: git, mining, mrs, nodejs, npl, sentiment
- Language: JavaScript
- Homepage:
- Size: 311 KB
- Stars: 7
- Watchers: 4
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Repository Sentiment Miner
Repository Sentiment Miner is a tool for extracting sentiment from GitHub repositories
[](https://travis-ci.org/mateusfreira/repository-sentiment-miner)
[](https://gitter.im/commits-miner/Lobby)
# What does it do
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.
* ## Paralelous
* You can decide how many processes run at the same time* ## Easy to integrate
* Create your tasks in minutes to process the repository interaction(Pull, Pull Comments and Commits) in Node.js
```javascript
/**
* Receive the messages and return a promise with the result
* @return Promise
*/
exports.run = (messages) => {
return Promise();
}
```# Instalation
For now ping us on the chat [](https://gitter.im/commits-miner/Lobby)Doker image comming soon :)
## Available tasks
* Sentistrength (http://sentistrength.wlv.ac.uk/) https://github.com/mateusfreira/senti-strength-node (Native)
* AFINN-based sentiment https://github.com/thisandagain/sentiment (Native)# Needs help?
Ping me on chat [](https://gitter.im/commits-miner/Lobby)