py3-pinterest
py3-pinterest copied to clipboard
Fully fledged Python Pinterest client
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...
Pinterest included captcha verification. Changes to the login need to be applied in order to resolve this.
Hi, I just updated my code to the version 1.3.0, and now I can't post a new pin. This is my code: `pin_response = pinterest.pin(board_id='', section_id=None, image_url='https://dummyimage.com/200x200/000/fff.jpg&text=testing', description='testing', link='https://dummyimage.com/200x200/000/fff.jpg&text=testing' )`...
Hi, I amusing the latest version ot create a pin. When doing upload_pin, I get no json-parseable output, but a mixture of HTML and Javascript, which I can only identify...
Hi all I have an issue with pin and delete functions, they show no error on execution. But nothing happened in pinterest.
When I try to make a pin from a local image on my pc I get an error saying it couldnt find the "image_url" key in the json response. The...
Using py3-pinterest==1.2.2 ``` pinterest = Pinterest(cred_root='.session') x = pinterest.load_pin(pin_id='415668240589074484') ``` ``` Traceback (most recent call last): File "./script.py", line 10, in x = pinterest.load_pin(pin_id='415668240589074484') File "/home/xxx/local/lib/python3.8/site-packages/py3pin/Pinterest.py", line 527, in load_pin...
Hi, It would be great to have all these features integrated into a docker image. For instance I would like to run download_board_images.py on a regular basis to download images...
Hello, i have a few video and i want a solution where we can upload those video as video pins. video pins feature is only available for business users. Is...