Project

viner

0.0
No commit activity in last 3 years
No release in over 3 years
Vine API
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

 Project Readme

Information

vine_logo

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.

https://viner.herokuapp.com/

Requirements

Ruby >= 2.0

Getting started

gem install viner

Start new client

@client = Viner::Client.new

Login

@client.login("username", "password")

Logout

@client.logout

Popular Vines

@client.popular

Vines by any tag

@client.tag("cats")

Profiles

Your profile

@client.profile

Find 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