GithubHelp home page GithubHelp logo

api call more vine videos about vino HOT 7 CLOSED

starlock avatar starlock commented on July 30, 2024
api call more vine videos

from vino.

Comments (7)

Phil-Dean avatar Phil-Dean commented on July 30, 2024

I'm not sure what @chrism91 means, but the title being "api call more vine videos " seems to be exactly what I'm looking for.

In Twitter, they have the since_id parameter to add to a get user data call. In Instagram, they have a min_id parameter to add to a get user data call.

How does one check for updates using the Vine API based off a former post id?

from vino.

hult avatar hult commented on July 30, 2024

@chrism91 Not sure i'm following you here. This is a Python SDK for the Vine API intended to be used on the backend.

@naed11 We know exactly the part of the Vine API that we've implemented here. If you find out, you're more than welcome to send a PR to make the implementation more exhaustive. :)

from vino.

Phil-Dean avatar Phil-Dean commented on July 30, 2024

🎩 OK, thanks.

from vino.

chrism91 avatar chrism91 commented on July 30, 2024

I was wondering if there was a way to display more like 60-100 videos at a time. Request a larger page of information for your app to display. I have gone another route with my data project, but I still wonder

from vino.

Phil-Dean avatar Phil-Dean commented on July 30, 2024

@chrism91 Just use the pagination data, page #, that comes with each call, and build a bigger data set on your end.

from vino.

kilickaya avatar kilickaya commented on July 30, 2024

Could you please make it more clearer? I also would like to retrieve more results for my search of a certain tag, for example "rafting". When I search for

api.vineapp/tags/search/rafting

It only retrieves top-20 result. How can I get more results, aka, changing the pagination parameter? Should I add something like ../rafting?=2 to get results from the second page?

from vino.

Phil-Dean avatar Phil-Dean commented on July 30, 2024

@kilickaya you need to read the data set coming back on the first request and locate the pagination meta data, and then using data->nextPage from the data set to append ?page=PageNum to the original request URL as a query string.

from vino.

Related Issues (20)

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.