bstoilov / py3-pinterest

Fully fledged Python Pinterest client
MIT License
310 stars 107 forks source link

Issue creating pins #176

Open tobeyond opened 2 years ago

tobeyond commented 2 years ago

Both methods pin() and upload_pin() create new pins as the "Save from Website" . This pin is created differently from the "Create a Pin", I don't know why. The title is missing, for exemple (even if it had the title input). It doesn't tag my own account etc. I don't like it. I would like to create a regular pin. Do you know how can I achieve it? I tried sending a local image path instead of a image url to resource/RepinResource/create/ but it didn't work. I didn't find any documentation from where you got the endpoints.

pin

image

"Save from Website"

1 5

and

"Create a Pin"

2 4
tobeyond commented 2 years ago

update?