Open MaikoTan opened 8 months ago
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
Hmmm. Is there any APIs alternatives could be used for recommandations without auth?
Example
It prints: