Skip to content
New issue

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

Include OpenVerse as a source for images #158

Open
bordoni opened this issue Feb 22, 2022 · 2 comments
Open

Include OpenVerse as a source for images #158

bordoni opened this issue Feb 22, 2022 · 2 comments

Comments

@bordoni
Copy link
Owner

bordoni commented Feb 22, 2022

OpenVerse seems to be a really good source for images.

API: https://api.openverse.engineering/v1/

@jonathanbossenger
Copy link
Contributor

I'd like to help make this possible. Will work on a PR for this soon.

@jonathanbossenger
Copy link
Contributor

I notice that the Openverse API requires OAuth2 registration to make more than 5 requests per hour:

Please note that there is a rate limit of 100 requests per day and 5 requests per hour rate limit in place for anonymous users. 
Authorized clients have a higher rate limit of 10000 requests per day and 100 requests per minute.

This is done by registering and getting an API key and secret and then using those to generate a valid token, to create API requests. Would we expect users to set this up manually, or should we make a provision for this in the plugin settings?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants