zomato

Crates.iozomato
lib.rszomato
version0.1.1
sourcesrc
created_at2020-01-12 16:42:57.896331
updated_at2020-06-03 13:03:42.583777
descriptionA simple crate for retrievig daily menu from zomato.com
homepagehttps://github.com/Kixunil/zomato
repositoryhttps://github.com/Kixunil/zomato
max_upload_size
id197857
size56,528
Martin Habovštiak (Kixunil)

documentation

README

Zomato scraper

A simple Rust crate for retrievig daily menu from zomato.com

Disclaimer

This is NOT official Zomato crate and I'm not affiliated with zomato.com in any way. It's intended for personal use ONLY. Using it in commercial applications or overloading the server might lead to legal issues! IANAL, any use of this crate might be actually illegal, consult with lawyer first!

Usage

The sole intent of this crate is to download daily menu, which you can use to display using your desired formatting (see examples/print-daily-menu.rs) or feed it into text to speech (see examples/today-tts.rs).

The whole crate has a trivial API consisting of one async function and a few structs. Check the docs or examples.

License

MITNFA

Commit count: 3

cargo fmt