Imgur backend that based on submitting POST requests to https://api.imgur.com/3/upload
client_id – Imgur client ID to use
upload_file takes as input a path and returns the uploaded url
path (str) – Path to the file to upload
str
str | None
None
Uploaded URL as a string, or None if failed
Upload multiple files. Default implementation can be overridden for performance and to avoid rate limiting
files (Iterable[str]) – List of file paths
Iterable
dict[str, str]
dict
Dictionary where paths are keys and urls are values