#lyrics #testing #vocalolyrics

vocalolyrics

Lyrics scraper, primarily for Vocaloid content. By default, atwiki is used as the source. We plan to make other sources selectable, but that is not currently possible

6 releases

Uses new Rust 2024

0.2.4 Mar 9, 2025
0.2.3 Feb 22, 2025
0.1.0 Feb 16, 2025

#704 in Text processing

Download history 63/week @ 2025-02-10 398/week @ 2025-02-17 71/week @ 2025-02-24 82/week @ 2025-03-03 46/week @ 2025-03-10 3/week @ 2025-03-17

131 downloads per month

GPL-3.0 license

16KB
168 lines

Description

Lyrics scraper, primarily for Vocaloid content. By default, atwiki is used as the source. We plan to make other sources selectable, but that is not currently possible.

Usage:

#[tokio::test]
async fn test_fetch_vocaloid_lyrics() {
	let title = "ageha";
	let lyrics = fetch_vocaloid_lyrics(title).await;
	dbg!(&lyrics);
	assert!(lyrics.is_ok());
}

Dependencies

~6–18MB
~242K SLoC