{"id":23609849,"url":"https://github.com/isfonzar/sentiment-thermometer","last_synced_at":"2025-05-12T16:07:58.516Z","repository":{"id":56989605,"uuid":"82113745","full_name":"isfonzar/sentiment-thermometer","owner":"isfonzar","description":"Measure the sentiment towards a word, name or sentence on social networks","archived":false,"fork":false,"pushed_at":"2017-02-18T20:36:49.000Z","size":35,"stargazers_count":56,"open_issues_count":0,"forks_count":7,"subscribers_count":7,"default_branch":"master","last_synced_at":"2024-11-29T14:43:43.278Z","etag":null,"topics":["composer","machine-learning","php","sentiment-analysis","twitter"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/isfonzar.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-02-15T22:34:27.000Z","updated_at":"2024-08-28T17:43:56.000Z","dependencies_parsed_at":"2022-08-21T10:10:39.313Z","dependency_job_id":null,"html_url":"https://github.com/isfonzar/sentiment-thermometer","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isfonzar%2Fsentiment-thermometer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isfonzar%2Fsentiment-thermometer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isfonzar%2Fsentiment-thermometer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isfonzar%2Fsentiment-thermometer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/isfonzar","download_url":"https://codeload.github.com/isfonzar/sentiment-thermometer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":231501594,"owners_count":18386288,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["composer","machine-learning","php","sentiment-analysis","twitter"],"created_at":"2024-12-27T15:14:50.935Z","updated_at":"2024-12-27T15:14:51.448Z","avatar_url":"https://github.com/isfonzar.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\u003cimg src=\"https://cdn.rawgit.com/iiiicaro/sentiment-thermometer/30e4f410/logo.png\"\u003e\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n\u003ca href=\"https://packagist.org/packages/iiiicaro/sentiment-thermometer\"\u003e\u003cimg src=\"https://img.shields.io/badge/Language-PHP-brightgreen.svg\" alt=\"Language\"\u003e\u003c/a\u003e\n\u003ca href=\"https://packagist.org/packages/iiiicaro/sentiment-thermometer\"\u003e\u003cimg src=\"https://img.shields.io/badge/License-MIT-blue.svg\" alt=\"License\"\u003e\u003c/a\u003e\n\u003ca href=\"https://packagist.org/packages/iiiicaro/sentiment-thermometer\"\u003e\u003cimg src=\"https://img.shields.io/badge/Version-1.0-brightgreen.svg\" alt=\"Latest Stable Version\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n## About Sentiment Thermometer\nSentiment Thermometer is a library and tool to measure the sentiment around a word, name, sentence or hashtag using social networks.\n\n![](http://i.imgur.com/UZyHxN1.gif)\n\n## Features\n\n- Fully integrated with twitter feed\n- Positive/negative/neutral analysis\n- EASY to incorporate on your projects\n- CUSTOMIZE to your needs\n- STUPIDLY [EASY TO USE](https://github.com/iiiicaro/SentimentThermometer#usage)\n- Very fast start up and response time\n\n## Installation\n\n### Composer\n\n```bash\n$ composer require iiiicaro/sentiment-thermometer \n```\n\n## Usage\n\n### Basic usage\n\n```php\n\u003c?php\n\nrequire(__DIR__ . '/../vendor/autoload.php');\n\nuse iiiicaro\\SentimentThermometer\\SentimentThermometer;\n\n$config = [\n    'twitter' =\u003e [\n        'consumer_key' =\u003e 'CONSUMER_KEY_HERE',\n        'consumer_secret' =\u003e 'CONSUMER_SECRET_HERE',\n    ]\n];\n\n$sentimentThermometer = new SentimentThermometer($config);\n$thermomether = $sentimentThermometer-\u003eget('Donald Trump');\n\nprint_r($thermomether);\n```\n\n## Contributing\n\n### Bug Reports \u0026 Feature Requests\n\nPlease use the [issue tracker](https://github.com/iiiicaro/sentiment-thermometer/issues) to report any bugs or feature requests.\n\n## Social Coding\n\n1. Create an issue to discuss about your idea\n2. [Fork it] (https://github.com/iiiicaro/sentiment-thermometer/fork)\n3. Create your feature branch (`git checkout -b my-new-feature`)\n4. Commit your changes (`git commit -am 'Add some feature'`)\n5. Push to the branch (`git push origin my-new-feature`)\n6. Create a new Pull Request\n7. Profit! :white_check_mark:\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fisfonzar%2Fsentiment-thermometer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fisfonzar%2Fsentiment-thermometer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fisfonzar%2Fsentiment-thermometer/lists"}