upbit / pixivpy

Pixiv API for Python
https://pypi.org/project/PixivPy3/#files
The Unlicense
1.79k stars 149 forks source link

no user_bookmarks_novel() method #299

Closed anguines closed 11 months ago

anguines commented 1 year ago

image

the method user_bookmarks_novel gives an error even after i've created the object from the AppPixivAPI class?

Xdynix commented 1 year ago

The user_bookmarks_novel is added in the latest commit 8975a075 and not yet publish to pypi. If you want to use this method, you can install pixivpy from Github repo with pip install git+https://github.com/upbit/pixivpy.

upbit commented 1 year ago

Apologies for the delay in releasing a new version. We are currently unable to do so due to compatibility issues with urllib3, related to #286 . We are uncertain if the updates will further exacerbate this problem.

In the meantime, you can try the command provided above (installing from the master branch from GitHub), to test for compatibility. If you encounter any issues, please feel free to provide feedback at any time.

upbit commented 11 months ago

Pushed: v3.7.4