This Go program downloads wallpapers from URLs specified in a JSON file.
- Go 1.16 or higher
-
Clone this repository:
git clone https://github.com/yourusername/mkbhd-wallpapers.git cd mkbhd-wallpapers
-
Ensure you have a
wallpapers.json
file in the same directory as themain.go
file.
-
Run the program:
go run main.go
-
The program will create a
wallpapers
directory (if it doesn't exist) and download the wallpapers into it.