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...)"
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...)"