Wrapper to access the unofficial Vine API.
Vine is currently available for iOS and Android devices. You can download Vine for iOS in the Apple App Store, and Vine for Android in the Google Play Store. After installing Vine on your device, you can sign up using an email address or sign in with your Twitter account.
An account is needed for all calls to the API.
Ruby >= 2.0
gem install viner
@client = Viner::Client.new
@client.login("username", "password")
@client.logout
@client.popular
@client.tag("cats")
Your profile
@client.profile
Find profile
@client.profile(user_id)
@client.profile(post_id)
@client.profile(user_id)
To run all the tests you need to enter a valid user account username and password in spec_helper.rb