Skip to content

Latest commit

History

14 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

Rite: CLI for Ritetag API

NPM

Uses RiteTag API to get lists of similar hashtags & their viral potential.

Ritetag can show you which hashtags are most likely to get picked up & amplify your content.

This work was inspired by Neal Shyam on Ritehash

API Documentation: http://docs.ritetag.apiary.io/

Requirements

Obtain free API keys from https://ritetag.com/developer/dashboard

Using this as a template save keys in rite-config.json and place it in your home folder.

{
"consumer_key": "??????",
"consumer_secret": "??????",
"token": "??????",
"token_secret": "??????"
}

API Limits

Planper dayper hour
Free1,000100
Tier 110,0001,000
Tier 2100,00010,000
Tier 3500,00050,000
Tier 42,000,000200,000

Installation

npm install rite

Usage

 rite command
Options:
--help Show help
Commands:
directory [query] Returns an array of up to 10 hashtags most frequently used in tweets containing your query
trending [green, optional] Returns trending hashtags. Include the word green if you only want green hashtags.
influencers [hashtag] Returns influencers on twitter for a given hashtag
history [hashtag] Returns historical data for a given hashtag

Glossary

  • tag: name of the associated hashtag
  • density: number of unique tweets with this hashtag per hour
  • retweets: number of retweets per hour
  • links: % of unique tweets with link
  • photos: % of unique tweets with photos
  • mentions: % of unique tweets with mentions
  • potential views: how many times per hour the hashtag is appearing in home feed across Twitter

Doest not yet support (todo)

  • Testing
  • Generate sample rite-config.json file in your home folder
  • Hashtags for a given url
  • Grade a tweet
  • Alternative output formats (json, csv)

License

MIT Licensed - 2014 - @muloka

About

CLI for Ritetag API

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages