AlfredoSequeida / venus

Venus aims to be a cross-platform tool to automatically change your desktop wallpaper to something random using images from Unsplash.
MIT License
25 stars 6 forks source link

Support Unsplash collections #14

Open amine250 opened 3 years ago

amine250 commented 3 years ago

Hello, First of all, thanks for this amazing tool.

I wonder if it's possible to support Unsplash collections since the wallpapers curated there are prettier and of a better quality. I could see an API available for it: https://unsplash.com/documentation#get-a-collections-photos, I haven't looked through the code, but I guess it would be just a matter of an addition to the configuration file.

Cheers

AlfredoSequeida commented 3 years ago

Yeah, this should be easy to accomplish. When I have some time available I'll implement that. If anyone wants to help implement that, please feel free to do so.

AlfredoSequeida commented 3 years ago

Oh I see you already wrote the code for it, I'll look over that as soon as I can. Thanks for contributing!