• Stars
    star
    287
  • Rank 144,232 (Top 3 %)
  • Language
    JavaScript
  • Created almost 12 years ago
  • Updated over 11 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

An application that shows a wall of popular vines, or vines from a specified tag.

vino

An application that shows a wall of popular vines, or vines from a specified tag.

Includes a python library for the Vine.co API

Quick start

Get and install libmemcached from their website or from your package manager of choice.

Clone the repo and move into that folder

git clone git://github.com/starlock/vino.git
cd vino
pip install -r requirements.txt

Setup your Vine username and password (in order to have a Vine password, you need to visit your profile in the app, set an e-mail address and then choose "Reset password")

export VINO_USER="your_username_here"
export VINO_PASSWORD="your_password_here"

Start the server

python app.py

Tests

To run the tests, you need nose and mock. Just run

nosetests