Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RE-PIN issue #12

Open
hdsouza opened this issue Aug 29, 2019 · 1 comment
Open

RE-PIN issue #12

hdsouza opened this issue Aug 29, 2019 · 1 comment

Comments

@hdsouza
Copy link

hdsouza commented Aug 29, 2019

Hau, Thanks for the Python script.
I was able to install it successfully and login to pinterest.

My objective was to try to SAVE (RE-PIN) another person's pin to my board.
So when I try:
pinterest.repin(board_id = '339670065584959152', pin_id = '346214290105300270')

I get the following error:

The good news is, even with the error, the pin is added to the board.
The bad news is, it is NOT a SAVE (Repin) but a New PIN
I know this because : 1) when a PIN is SAVED, it shows the original title, description, tags etc. None found on this pin
2) The original PIN still shows ZERO saves.. even after 24 hours.
Any ideas?

Thanks
Hil

@bstoilov
Copy link

bstoilov commented Oct 6, 2019

Hello, this tool was implemented against an older version of the pinterest API and it supports only python 2.7. There are also plenty of other changed things, the issue is not with the code base, its just pinterest are constantly making changes to their endpoints.

I ported this to python 3 and integrated all the changed in the pinterest API.
https://github.com/bstoilov/py3-pinterest

This code base provided a great starting point for my versions, so give credits to cvhau.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants