bstoilov / py3-pinterest

Fully fledged Python Pinterest client
MIT License
311 stars 105 forks source link

HTTPError: 403 Client Error #181

Open becca-mayers opened 2 years ago

becca-mayers commented 2 years ago

This error is popping up: HTTPError: 403 Client Error: Forbidden for url: https://www.pinterest.com/resource/PinResource/create/

Looks like it's coming from line 163 in the Pinterest.py module: File ~/anaconda3/lib/python3.9/site-packages/py3pin/Pinterest.py:163 in request response.raise_for_status()

Note, I updated my version of the package to fix for the new Selenium change over from "find_element_by..." to "find_element(By...)"

bstoilov commented 1 year ago

I will have to release the new version of the client that forces the proper selenium version