2017 © Pedro Peláez
 

library sentiment-thermometer

Measure the sentiment around a word, name, sentence or hashtag using social networks.

image

iiiicaro/sentiment-thermometer

Measure the sentiment around a word, name, sentence or hashtag using social networks.

  • Saturday, February 18, 2017
  • by isfonzar
  • Repository
  • 7 Watchers
  • 54 Stars
  • 31 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 6 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

, (*1)

Language License Latest Stable Version , (*2)

About Sentiment Thermometer

Sentiment Thermometer is a library and tool to measure the sentiment around a word, name, sentence or hashtag using social networks., (*3)

, (*4)

Features

  • Fully integrated with twitter feed
  • Positive/negative/neutral analysis
  • EASY to incorporate on your projects
  • CUSTOMIZE to your needs
  • STUPIDLY EASY TO USE
  • Very fast start up and response time

Installation

Composer

$ composer require iiiicaro/sentiment-thermometer 

Usage

Basic usage

<?php

require(__DIR__ . '/../vendor/autoload.php');

use iiiicaro\SentimentThermometer\SentimentThermometer;

$config = [
    'twitter' => [
        'consumer_key' => 'CONSUMER_KEY_HERE',
        'consumer_secret' => 'CONSUMER_SECRET_HERE',
    ]
];

$sentimentThermometer = new SentimentThermometer($config);
$thermomether = $sentimentThermometer->get('Donald Trump');

print_r($thermomether);

Contributing

Bug Reports & Feature Requests

Please use the issue tracker to report any bugs or feature requests., (*5)

Social Coding

  1. Create an issue to discuss about your idea
  2. [Fork it] (https://github.com/iiiicaro/sentiment-thermometer/fork)
  3. Create your feature branch (git checkout -b my-new-feature)
  4. Commit your changes (git commit -am 'Add some feature')
  5. Push to the branch (git push origin my-new-feature)
  6. Create a new Pull Request
  7. Profit! :white_check_mark:

The Versions

18/02 2017

dev-master

9999999-dev

Measure the sentiment around a word, name, sentence or hashtag using social networks.

  Sources   Download

MIT

The Requires

 

by icaro

17/02 2017

v1.0

1.0.0.0

Measure the sentiment around a word, name, sentence or hashtag using social networks.

  Sources   Download

MIT

The Requires

 

by icaro