buongiornissimo-rs

~ Scrapes for the best Italian boomer flavoured images ~

Get started Β· Documentation

Developed by @veeso

Current version: 0.1.0 (12/09/2022)

License-MIT Repo stars Downloads counter Latest version Ko-fi

Build CI Coveralls Docs



About buongiornissimo-rs πŸ“·

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.

Features 🎁


Get started 🏁

Add buongiornissimo-rs to your Cargo.toml πŸ¦€

toml buongiornissimo-rs = "^0.1.0"

Supported features are:

Scrape for buongiornissimo β˜•

```rust use buongiornissimo_rs::{IlMondoDiGrazia, Scrape}; use chrono::Local;

[tokio::main]

async fn main() -> anyhow::Result<()> { let motd = buongiornissimors::greetingoftheday(Local::today().naive_local(), true); let urls = IlMondoDiGrazia::default().scrape(motd).await?; // Do whatever you want with the scraped images... Ok(()) } ```

Examples πŸ”

You can check the example to scrape a buongiornissimo imagerunning the example, which is located at examples/buongiornissimo.rs:

sh cargo run --example buongiornissimo --features moveable-feasts


Documentation πŸ“š

The developer documentation can be found on Rust Docs at https://docs.rs/buongiornissimo-rs


Support the developer β˜•

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:

ko-fi PayPal bitcoin litecoin


Contributing and issues 🀝🏻

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


Changelog ⏳

View buongiornissimo-rs's changelog HERE


License πŸ“ƒ

buongiornissimo-rs is licensed under the MIT license.

You can read the entire license HERE