Skip to content

kmcarpenter/vinepy

 
 

Repository files navigation

vinepy

Python wrapper for the Vine API

Installation

From pip

pip install vinepy

From source

git clone https://github.com/davoclavo/vinepy.git
cd vinepy
pip install -r dev-requirements.txt
python setup.py install

Requirements

Usage

Development

Examples

import vinepy

vine = vinepy.API(username='[email protected]', password='leinternetz')
user = vine.user
followers = user.followers()
timeline = user.timeline()

## Tests

Quick run tests

cd vinepy
nose2

Coverage

cd vinepy
nose2 --with-coverage --coverage-report html
open htmlcov/index.html

Acknowledgements

About

Python wrapper for the Vine API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%