Skip to content

deevis/twitter-vine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

twitter-vine

Build Status Dependency Status Gem Version

A ruby based API to get information about Vines and allow searching.

Installation

gem install twitter-vine

Usage

  # Simplest use case - give the link of a Vine
  parts = TwitterVine.parse("https://vine.co/v/b2BPEL0Orbm")
  
TwitterVine::Client.setup do |config|
  config.api_key        = "YOUR_API_KEY"
  config.api_secret     = "YOUR_API_SECRET"
  config.oauth_token    = "YOUR_OAUTH_TOKEN"
  config.oauth_secret   = "YOUR_OAUTH_SECRET"
end
vines = TwitterVine::Client.search("Prank")

About

A Ruby based API to search Twitter Vines.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages