Add some resources for finishing up

This commit is contained in:
Isaac Shoebottom 2024-11-20 05:07:13 -04:00
parent e645ea8d78
commit 0845d0df28
2 changed files with 17 additions and 1 deletions

2
README.md Normal file
View File

@ -0,0 +1,2 @@
Useful resources for more providers
- https://github.com/goodtrailer/daily-desktop/tree/main

View File

@ -3,7 +3,21 @@ provider = "wikimedia" # bing, unsplash, wikimedia
location = "downloads"
daemon = false
# Documentation from third party tools
# https://github.com/genzj/pybingwallpaper
# https://github.com/goodtrailer/daily-desktop/blob/main/DailyDesktop.Providers.Bing/BingProvider.cs
[bing]
size = "UHD" # UHD, 1920x1080, 1280x720, 640x480
country = "us"
market = "en-US"
# https://unsplash.com/oauth/applications
[unsplash] # If unset, will scrape
application_id = ""
access_key = ""
secret_key = ""
# https://api.wikimedia.org/wiki/Getting_featured_content_from_Wikipedia_with_Python#Today's_featured_article
[wikimedia]
authorization = "" # Not required, but recommended
user_agent = "" # Not required, but recommended