You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The method that is used in nwg-shell-config to download images from unsplash to use as an image for the lockscreen has been deprecated by unsplash. From now on, a developer account and api key is required to download images from unsplash.
I've messed around with the API a little bit, and found that this python reliably fetches a random images according to the parameters:
CLIENT_ID (api key)
QUERY (keyword for photo)
WIDTH (image width)
HEIGHT (image height)
PATH (path for images)
I'm not sure how I would go about implementing this in a pull request, as my knowledge of python is lacking. I would greatly appreciate it if you reimplemented unsplash or an alternative image-fetching service!
The text was updated successfully, but these errors were encountered:
The method that is used in nwg-shell-config to download images from unsplash to use as an image for the lockscreen has been deprecated by unsplash. From now on, a developer account and api key is required to download images from unsplash.
I've messed around with the API a little bit, and found that this python reliably fetches a random images according to the parameters:
CLIENT_ID (api key)
QUERY (keyword for photo)
WIDTH (image width)
HEIGHT (image height)
PATH (path for images)
I'm not sure how I would go about implementing this in a pull request, as my knowledge of python is lacking. I would greatly appreciate it if you reimplemented unsplash or an alternative image-fetching service!
The text was updated successfully, but these errors were encountered: