We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
from pixivpy3 import * api = AppPixivAPI() r = api.illust_recommended(req_auth=False) print(r)
It prints:
{'error': {'user_message': "Specified end-point doesn't exist", 'message': '', 'reason': '', 'user_message_details': {}}}
The text was updated successfully, but these errors were encountered:
Well, it seems that the API which doesn't need authentication was deprecated:
if req_auth: url = "%s/v1/illust/recommended" % self.hosts else: url = "%s/v1/illust/recommended-nologin" % self.hosts #Not working
Sorry, something went wrong.
Hmmm. Is there any APIs alternatives could be used for recommandations without auth?
No branches or pull requests
Example
It prints:
The text was updated successfully, but these errors were encountered: