https://github.com/drylikov/bing-wallpaper-downloader
A simple script to download Bing's daily background images.
https://github.com/drylikov/bing-wallpaper-downloader
bing desktop-wallpaper ruby wallpaper
Last synced: about 1 month ago
JSON representation
A simple script to download Bing's daily background images.
- Host: GitHub
- URL: https://github.com/drylikov/bing-wallpaper-downloader
- Owner: drylikov
- License: mit
- Created: 2024-11-18T19:06:44.000Z (5 months ago)
- Default Branch: drylikov
- Last Pushed: 2024-11-18T19:14:56.000Z (5 months ago)
- Last Synced: 2025-02-02T03:45:41.196Z (3 months ago)
- Topics: bing, desktop-wallpaper, ruby, wallpaper
- Language: Ruby
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bing Wallpaper Downloader.
A simple script to download Bing's daily background images.# Requirements
- Ruby 2.3.1# Usage
You can run the script with the following command:```
./bing-wallpaper-download --destination=~/Pictures/Bing
```You can specify the locale with the `locale` argument:
```
./bing-wallpaper-download --destination=~/Pictures/Bing --locale=en-GB
```You can get previous images with `total` argument, where the value is the number of days back to go:
```
./bing-wallpaper-download --destination=~/Pictures/Bing --total=5
```You can specify the resolution image you want using the `resolution` argument:
```
./bing-wallpaper-download --destination=~/Pictures/Bing --resolution=1920x1080
```For help use the help flag:
```
./bing-wallpaper-download -h
``````
$ ./bing-wallpaper-downloader.sh --destination=~/Pictures/Bing/ --total=5
Success: Downloaded 5 Bing wallpapers
- /Users/Denis/Pictures/Bing/2024-08-10.jpg
- /Users/Denis/Pictures/Bing/2024-08-09.jpg
- /Users/Denis/Pictures/Bing/2024-08-08.jpg
- /Users/Denis/Pictures/Bing/2024-08-07.jpg
- /Users/Denis/Pictures/Bing/2024-08-06.jpg
```