You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: