1 unstable release
0.1.0 | Sep 27, 2024 |
---|
#5 in #wikimedia
135 downloads per month
Used in potd-wallpaper
24KB
334 lines
POTD-rs
Rust library to get the list of pictures from the Wikimedia Commons Picture of the Day (POTD) feed
let engine = potd::Engine::new(1920);
let picture_urls = engine.run_blocking().unwrap();
License
Apache-2.0 or MPL-2.0. (Safe to use in non-copyleft projects.)
Dependencies
~7–17MB
~236K SLoC