# schetube ![Rust](https://github.com/siketyan/schetube/workflows/Rust/badge.svg) A library to fetch upcoming live streams from a YouTube channel. ## 📦 Installation ```toml [dependencies] schetube = "0.1" ``` ## 💚 Example ``` $ cd ./example $ cargo run [Channel ID] ``` ## 🔌 API 📝 List of structs and functions are available at [docs.rs](https://docs.rs/schetube/latest/schetube/) . ```rust pub async fn fetch_upcoming_videos(channel_id: &str) -> Result<(Channel, Vec