#Swap Coral Six Player Music
1 messages ยท Page 1 of 1 (latest)
@lone kindle Hello I was looking through your music app and it is amazing. I would like to know what kind of API do you use to get music lyrics. I am currently building a lyrics integration app & I do also need to get lyrics somehow. Thanks. ๐
Tbh all I found were some libraries that were scraping lyrics result data from Google, so I am curious what did you use
oh thanks. yeah, i used this library for lyrics = lyrics-finder
if you need info songs or albums, you can use the api with graphql https://swapcoralsix.herokuapp.com/api/graphql
its free and don't require an token
Yeah it does the same job
but I ran into problem that Google after X number of requests tries to block your requests
i created a database for that
but I'll try this one, maybe they've solved it somehow
Do you save the lyrics? ๐
after it's been scraped?
yes
i ask if the lyric exist, return my lyric from my database
best would be to use musixmatch, but yk, it's paid ๐
Okay, thank you for your time :).
yeap. if you need know other thing. the repository is public https://github.com/Whil117/swap-coral-six
Oh cool. I'll take a look