davoclavo/vinepy
[Deprecated] Python wrapper for the Vine API
{ "createdAt": "2013-07-29T19:25:41Z", "defaultBranch": "master", "description": "[Deprecated] Python wrapper for the Vine API", "fullName": "davoclavo/vinepy", "homepage": "", "language": "Python", "name": "vinepy", "pushedAt": "2016-05-02T00:41:59Z", "stargazersCount": 35, "topics": [], "updatedAt": "2022-04-12T07:24:49Z", "url": "https://github.com/davoclavo/vinepy"}vinepy
Section titled “vinepy”Python wrapper for the Vine API
Installation
Section titled “Installation”From pip
pip install vinepyFrom source
git clone https://github.com/davoclavo/vinepy.gitcd vinepypip install -r dev-requirements.txtpython setup.py installRequirements
Section titled “Requirements”Development
Section titled “Development”Examples
Section titled “Examples”import vinepy
vine = vinepy.API(username='email@host.com', password='leinternetz')user = vine.userfollowers = user.followers()timeline = user.timeline()## Tests
Quick run tests
Section titled “Quick run tests”cd vinepynose2Coverage
Section titled “Coverage”cd vinepynose2 --with-coverage --coverage-report htmlopen htmlcov/index.html