#source #lyrics #default #scraper #plan #content #atwiki

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

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

#5 in #lyrics

Download history 104/week @ 2025-02-12 411/week @ 2025-02-19 53/week @ 2025-02-26

568 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
~241K SLoC