Skip to content

mateusfreira/repository-sentiment-miner

Repository files navigation

Repository Sentiment Miner

Repository Sentiment Miner is a tool for extracting sentiment from GitHub repositories Build Status Gitter chat

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.

screen shot 2018-06-03 at 08 21 24

  • 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

/**
  * 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 Gitter chat

Doker image comming soon :)

Available tasks

Needs help?

Ping me on chat Gitter chat

About

A tool to process and extract sentimental information from GitHub repositories

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published