Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

twitter-vine

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

twitter-vine

  • 0.1.9
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

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

FAQs

Package last updated on 14 Feb 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc