Crates.io | buongiornissimo-rs |
lib.rs | buongiornissimo-rs |
version | 0.2.1 |
source | src |
created_at | 2022-09-12 11:55:31.072642 |
updated_at | 2023-05-23 16:03:37.082793 |
description | Scrapes for the best Italian boomer flavoured images |
homepage | https://github.com/veeso/buongiornissimo-rs |
repository | https://github.com/veeso/buongiornissimo-rs |
max_upload_size | |
id | 663703 |
size | 119,270 |
~ Scrapes for the best Italian boomer flavoured images ~
Developed by @veeso
Current version: 0.2.1 (23/05/2023)
Buongiornissimo-rs is a Rust library to scrape for Buongiornissimo caffè Italian boomer flavoured images from a Rust application. It supports different buongiornissimo providers to scrape the images from. It supports many kind of "greetings", such as the classic "buongiornissimo", but also the holiday-based greetings, like "natale", "sacro cuore di Gesù" and "Giovedì grasso". Everthing is provided through a simple and totally async API.
moveable-feasts
featuregreeting_of_the_day()
to retrieve the best greeting for the daybuongiornissimo-rs = "^0.2.0"
Supported features are:
no-log
: disable loggingmoveable-feasts
(default): enable getters for moveable feastsuse buongiornissimo_rs::{IlMondoDiGrazia, Scrape};
use chrono::Local;
#[tokio::main]
async fn main() -> anyhow::Result<()> {
let motd = buongiornissimo_rs::greeting_of_the_day(Local::today().naive_local(), true);
let urls = IlMondoDiGrazia::default().scrape(motd).await?;
// Do whatever you want with the scraped images...
Ok(())
}
Currently these providers are supported:
You can check the example to scrape a buongiornissimo imagerunning the example, which is located at examples/buongiornissimo.rs
:
cargo run --example buongiornissimo --features moveable-feasts
The developer documentation can be found on Rust Docs at https://docs.rs/buongiornissimo-rs
If you like buongiornissimo-rs and you're grateful for the work I've done, please consider a little donation π₯³
You can make a donation with one of these platforms:
Contributions, bug reports, new features and questions are welcome! π If you have any question or concern, or you want to suggest a new feature, or you want just want to improve buongiornissimo-rs, feel free to open an issue or a PR.
Please follow our contributing guidelines
View buongiornissimo-rs's changelog HERE
buongiornissimo-rs is licensed under the MIT license.
You can read the entire license HERE