GithubHelp home page GithubHelp logo

pin id, board id about py3-pinterest HOT 2 CLOSED

bstoilov avatar bstoilov commented on May 29, 2024
pin id, board id

from py3-pinterest.

Comments (2)

bstoilov avatar bstoilov commented on May 29, 2024 1

To find a board id, you need to list all board of a user and chose one:

the_first_board = pinterest.boards_all(username=username)[0]
board_id = the_first_board['id']

To get pin id you need to search for it some how
You can use board_feed to get all pins of a board or search to search for pins by some phrase.
But I find it more convenient to just get it from pinterest
If you open a pin and check the url it will look like this
https://www.pinterest.com/pin/700239442053501777/

700239442053501777 is actually the pin id

from py3-pinterest.

goldencoder20 avatar goldencoder20 commented on May 29, 2024

thanks a lot

from py3-pinterest.

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.