Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/the1812/bingwallpapers
A tool for downloading wallpapers from Bing.
https://github.com/the1812/bingwallpapers
crawler csharp wpf
Last synced: about 2 months ago
JSON representation
A tool for downloading wallpapers from Bing.
- Host: GitHub
- URL: https://github.com/the1812/bingwallpapers
- Owner: the1812
- License: mit
- Created: 2018-02-07T12:00:48.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-21T12:51:43.000Z (almost 7 years ago)
- Last Synced: 2024-10-11T14:28:09.390Z (3 months ago)
- Topics: crawler, csharp, wpf
- Language: C#
- Size: 422 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BingWallpapers
A tool for downloading wallpapers from Bing homepage.Resolution: `1920x1080`
## Settings
This app will show settings page at first run. Settings will be saved as `settings.json` in working folder.
> You can reset settings by deleting `settings.json`.
### Download Folder (`DownloadPath` in `settings.json`)
Configure where the wallpapers be saved.**Default Value**: (Empty String)
### Filename Format (`FileNameFormat` in `settings.json`)
Configure the filename of each wallpaper. (No need to add `.jpg` at end)**Default Value**: `${Year}-${Month}-${Day}-${Locale}`
#### Foramt Variables:
- `${Year}`: Year of wallpaper.
- `${Month}`: Month of wallpaper.
- `${Day}`: Day of wallpaper.
- `${Locale}`: Locale of wallpaper.
## Work silently
Start with the command line parameter `--silent`.## Supported Language
- English (US) **(Default)**
- 简体中文## Supported Download Sources
See [locales.json](https://github.com/the1812/BingWallpapers/blob/master/BingWallpapers/locales.json).## Remarks
- This app couldn't have more than one instance. Trying to start a second instance will switch to the running instance and exit.