Skip to content

A simple python package to extract vine posts' data.

Notifications You must be signed in to change notification settings

mengu/simplevine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

simplevine

A simple python package to extract vine posts' data.

usage

from simplevine import vine

data = vine.dump("https://vine.co/v/hpHx7mhT9qX")
print data
{
    'sender': {
        'name': u 'Trey Kennedy',
        'avatar': u '...',
    'title': u 'Miley Cyrus as a baby part II. #wreckingball',
    'tags': [u '#wreckingball'],
    'thumbnail': u '...',
    'id': 'hpHx7mhT9qX',
    'mp4_stream': u '...'
}

disclaimer

this project is not affiliated with or endorsed by Vine Labs.

About

A simple python package to extract vine posts' data.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages