4 releases

0.2.1 Apr 22, 2024
0.2.0 Apr 22, 2024
0.1.2 Feb 25, 2024
0.1.0 Aug 2, 2023

#1111 in Web programming

Download history 28/week @ 2024-07-24 7/week @ 2024-07-31 1/week @ 2024-09-18 11/week @ 2024-09-25 2/week @ 2024-10-02

222 downloads per month

MIT license

1MB
71 lines

Waldl

A basic wallpaper downloader written in rust, uses wallhaven API for downloading wallpapers in original format.

Download is asynchronous downloads the images into $HOME/Pictures/wallpapers/$(date "+%b_%d")/ eg: /home/jobin/Pictures/wallpapers/aug_15/

waldl image

Installation

  1. Clone the repo to anywhere in your system

    • git clone --depth https://github.com/Jobin-Nelson/waldl.git
  2. cd into the waldl, install the binary

    • cd waldl && cargo install --path .

Usage

waldl Matthew McConaughey

If you don't give any arguments it will download latest or top lists.

Dependencies

  • reqwest
  • tokio
  • serde
  • futures

I've also build the same thing in python you can view that here.

Dependencies

~8–23MB
~279K SLoC