Add some resources for finishing up
This commit is contained in:
parent
e645ea8d78
commit
0845d0df28
2
README.md
Normal file
2
README.md
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
Useful resources for more providers
|
||||||
|
- https://github.com/goodtrailer/daily-desktop/tree/main
|
@ -3,7 +3,21 @@ provider = "wikimedia" # bing, unsplash, wikimedia
|
|||||||
location = "downloads"
|
location = "downloads"
|
||||||
daemon = false
|
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]
|
[bing]
|
||||||
size = "UHD" # UHD, 1920x1080, 1280x720, 640x480
|
size = "UHD" # UHD, 1920x1080, 1280x720, 640x480
|
||||||
country = "us"
|
country = "us"
|
||||||
market = "en-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
|
Loading…
Reference in New Issue
Block a user