Information
viner
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.
Requirements
Ruby >= 2.0
Getting started
gem install vinerStart new client
@client = Viner::Client.newLogin
@client.login("username", "password")Logout
@client.logoutPopular Vines
@client.popularVines by any tag
@client.tag("cats")Profiles
Your profile
@client.profileFind profile
@client.profile(user_id)Posts
@client.profile(post_id)Notifications
@client.profile(user_id)Running tests
To run all the tests you need to enter a valid user account username and password in spec_helper.rb