vinepy icon indicating copy to clipboard operation
vinepy copied to clipboard

[Deprecated] Python wrapper for the Vine API

Results 9 vinepy issues
Sort by recently updated
recently updated
newest added

I configured vinepy on demand but when I ran example: ``` user = vine.user followers = user.followers() ``` it raise ``` raise JSONDecodeError("Expecting value", s, err.value) from None json.decoder.JSONDecodeError: Expecting...

As of about Valentines Day seeing this error. Even if I change the HTTP headers to the newest version of Vine it pops up. Is this reproducible for others?

Hi guys, I was wondering if I want to download videos from Vine for some region, for example, New York city, how can I start? Is there a location search...

Hello, I'd really appreciate if someone can give me an example of how can I use the Loops endpoint as it's not implemented in the 'examples' page. Thanks! Lucas

As the title says, add more examples!

enhancement

Hello, does Vine API also provide geotagged data? it it possible to search for geotagged data? Thanks, G

Those that I am currently aware of: - Vine Messages - Favorite users Also, check which endpoints are publicly accessible.

enhancement

Planning on using nose + [vcrpy](https://github.com/kevin1024/vcrpy)

enhancement

Hi David! First of all, thank you for sharing this good documented and tight implemented library. You code is working very good, however, I couldn't manage to post comments with...