py3-pinterest icon indicating copy to clipboard operation
py3-pinterest copied to clipboard

Fully fledged Python Pinterest client

Results 47 py3-pinterest issues
Sort by recently updated
recently updated
newest added

Hi i want to implement some automation for my pinterest, this library seems interesting but the last release is from a year ago. Does the library still work? Is someone...

Due to the restructuring of the chromedriver urls, the login action fails with this error ```ValueError: There is no such driver by url https://chromedriver.storage.googleapis.com/119.0.6045/chromedriver_linux64.zip```

I specify the language when login: `pinterest.login(lang="en")`. But when driver goes to "https://pinterest.com/login" https://github.com/bstoilov/py3-pinterest/blob/8a01d433f4b87148b384d2389d6a5c26263e2337/py3pin/Pinterest.py#L202 it redirects automatically to spanish version "https://www.pinterest.es/login/" Then the login fails at looking for logins https://github.com/bstoilov/py3-pinterest/blob/8a01d433f4b87148b384d2389d6a5c26263e2337/py3pin/Pinterest.py#L212...

There is no [win64] chromedriver "latest" for browser google-chrome "114.0.5735.248" in cache Get LATEST chromedriver version for google-chrome About to download new driver from https://chromedriver.storage.googleapis.com/114.0.5735.248/chromedriver_win32.zip Starting new HTTPS connection (1):...

After successful login message when i execute the following code ``` currdir = os.path.dirname(__file__) response = pinterest.upload_pin(board_id='497577596238700583', image_file=currdir+'/aaa.jpg', description='This is th epin desc', title='This is the title', link='www.youtube.com') print(response) ```...

I recommend just changing it to take a page_size value than 25. I might be an outlyer having a board with 50 sections. Pinterest default is 25 for this api...

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,...

When I called get_user_pins on users with large numbers of pins (>5k) it seems to get the first 10+ pages and then stops short. This is the function I'm using....

Please help me when i have cloned then its all working fine but not working when i am trying to create by new project Hello i have created new project...

Replaced outdated Selenium code with newer syntax for compatibility. Fixes: #86