From 0845d0df28927e610282bfe365b12374978fcdda Mon Sep 17 00:00:00 2001 From: Isaac Shoebottom Date: Wed, 20 Nov 2024 05:07:13 -0400 Subject: [PATCH] Add some resources for finishing up --- README.md | 2 ++ settings.toml | 16 +++++++++++++++- 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..b7bfac7 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +Useful resources for more providers +- https://github.com/goodtrailer/daily-desktop/tree/main \ No newline at end of file diff --git a/settings.toml b/settings.toml index 14fb948..c37a120 100644 --- a/settings.toml +++ b/settings.toml @@ -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" \ No newline at end of file +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 \ No newline at end of file