Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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:

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).