GithubHelp home page GithubHelp logo

starlock / vino Goto Github PK

View Code? Open in Web Editor NEW
287.0 38.0 29.0 734 KB

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

Home Page: http://vino.magnushult.se/

Python 11.90% JavaScript 88.10%

vino's Introduction

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

vino's People

Contributors

hult avatar stursby avatar tiwilliam avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

vino's Issues

"GET https://api.vineapp.com/users/profiles/<userid>" is now private

We used to be able to access GET https://api.vineapp.com/users/profiles/<userid> without authentication. As of yesterday, that stopped and now we get 400 status and {"code": 100, "data": "", "success": false, "error": "You must be logged in to perform this action."}

Intended or a bug?

Vine send message

Could you tell me, does vine have request to send message? And how to send message in vine?

Post Video on Vine

I want to implement vine api to upload video to Vine,how to implement it?
Please give me the detail document or any reference link!

Vine search by name issue

I want to search vine user by name using this reference api. It is working well when i input only first string like "Kylie" but when i enter any space or send second input like "Jenner" it don't give me any response. My problem is i want to search user by his name like "Kylie Jenner" as it happen in vine.co

Add support for JSONP

Because some browsers don't support cross origin sharing, JSONP is a msut when dealing with JSON api through the browser.

Play, pause, mute, and unmute vines via the api?

Is there a way to play, pause, mute, and unmute vines via the api? Or even sth to tell it how many times to play before pausing? Something to figure out the vines duration would be nice too? So in general is there a player api like Youtube or Vimeo has one?

paging

So i see the api pulls back 20 resuts... can you set it to pull back more? Or tell it to pull back the second page of results?

Like Post API gives error

I am implementing Like post functionality in my app. I am using below API for this functionality.

https://api.vineapp.com/posts/1046181520647561216/likes

I have passed "key", which I got in response of login API when I logged in successfully, as session-id in header of request.

I got error every time when I call Like API

{"code": 100, "data": "", "success": false, "error": "You must be logged in to perform this action."}

I did not get any clue for this. Please help me to implement this functionality.
Thanks in Advance.

Pagination on Vine API

I'm using the Timeline API method. How can we use the pagination to have more results? Thanks

api call more vine videos

where would one modify the size of the call to lower redundancy from refreshing each page?

somewhere within bootstrap.js?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.