0.0
No commit activity in last 3 years
No release in over 3 years
Uses the existing Twitter API and Nokogiri to get the job done
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 2.14.1

Runtime

> 5.13.0
 Project Readme

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