Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adichat/ritetag_analysis
A gem for Social Media Optimization :gem: :star:
https://github.com/adichat/ritetag_analysis
Last synced: 8 days ago
JSON representation
A gem for Social Media Optimization :gem: :star:
- Host: GitHub
- URL: https://github.com/adichat/ritetag_analysis
- Owner: AdiChat
- License: mit
- Created: 2016-02-03T14:33:21.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-05-13T19:03:32.000Z (over 8 years ago)
- Last Synced: 2024-10-11T17:18:35.898Z (26 days ago)
- Language: Ruby
- Homepage: https://rubygems.org/gems/ritetag_analysis
- Size: 7.81 KB
- Stars: 3
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# :gem: RiteTag Analysis :star:
[![Gem Version](https://badge.fury.io/rb/ritetag_analysis.svg)](https://badge.fury.io/rb/ritetag_analysis) [![License](http://img.shields.io/:license-mit-blue.svg?style=flat-square)](http://badges.mit-license.org)
![alt text](https://img.shields.io/badge/ritetag__analysis-good-green.svg " Profile Bin")A gem for Social Media Optimization.
This gem will be upgraded frequently thereby incorporating more useful methods aiding in extensive hashtag analysis.
Find the gem [here](https://rubygems.org/gems/ritetag_analysis).## Installation
Add the gem to the gemfile:
```ruby
gem 'ritetag_analysis'
```Then execute:
```ruby
$ bundle install
```
Install the gem :```ruby
$ gem install ritetag_analysis
```## Usage
Create a hash containing the oAuth parameters.
```ruby
authorization = {
'consumer_key' => 'CONSUMER KEY',
'consumer_secret' => 'CONSUMER SECRET KEY',
'token' => 'TOKEN KEY',
'token_secret' => 'TOKEN SECRET KEY'
}
```Create an object :
```ruby
analyse = RiteTag_Analysis.new(authorization)
```In order to use a method( say: trending() )
```ruby
analyse.trending('green','internship')
```
It would reveal the associated hashtags related to internship that has the perfect balance of exposure and retweets.All the other useful methods are used to get various information regarding user given hashtags
## Author
The gem ritetag_analysis has been coded by [Aditya Chatterjee](http://github.com/AdiChat).## Contribute :pray:
Bug reports and pull requests are welcomed. Feel free to add me.
## License
The gem is available as open source project under the terms of the [MIT License](https://github.com/AdiChat/ritetag_analysis/blob/master/LICENSE).