0

I am trying to pin over 500 links at once and am trying to write a script using the mechanize module for Python. Does anyone know the URL structure of Pinterest to add pins in this way?

Travis May
  • 25
  • 4

1 Answers1

0

Looks like there is no public API available as of 12/8/13:

https://en.help.pinterest.com/entries/21151603-i-m-a-developer-does-pinterest-have-a-public-api

samoz
  • 56,849
  • 55
  • 141
  • 195
  • Thanks for trying to help. I've found that, which is why I was trying to use mechanize within python to try and get the job done. I'm very close using the pin button documentation, but the final step to have the script mock clicking "Pin it" is what I am missing. – Travis May Dec 09 '13 at 01:15