#Genius Issues
1 messages · Page 1 of 1 (latest)
It appears that the VPS located in the EU has restricted access to the Genius API. Do you have any suggestions besides A_Zlyrics?
Like alternative platforms for Vocard to use?
would google itself work? google has a good lyrics system. if you search any song + "lyrics" it pops up in its own box
it often sources its lyrics from genius too
or it used to anyways
my current knowledge is limited to AZLyrics and LyricsGenius. If you're aware of any superior alternatives, I'd be eager to incorporate them into the bot
yea, i can try it
https://www.lyrical-nonsense.com/ might be good too
are they provided any api?
realized google might not work in some cases like with cover songs
doesnt look like it hmm
I've attempted to search for a few of my favorite songs, but unfortunately, they yielded no results 🤭
on lyrical nonsense? hmm I see
yeah my lyrics were japanese lol. it looks like azlyrics isnt very good for japanese lyrics lol
Yes, I can integrate the platform into the bot. However, since they don't offer an API, there's a risk it might stop working with future updates, as I'll be relying on web scraping to retrieve the lyrics from their site
might not be worth the trouble tbh. I dont need it that bad. too bad genius api blocks EU
Yea my vps also not able to use genius that why I added azlyrics
how about musixmatch lyrics?
that could be good. do they have an api
yea
see this one uses google which is what I mentioned earlier. you'd have to scrape though which might break but might be good anyways if it's not hard to implement in python
https://www.npmjs.com/package/lyrics-dumper?activeTab=code
neat it worked
the endpoint is in https://lyrist.vercel.app/api/<title>/<author>
im assuming it internally scrapes multiple sources and returns the most likely result or something like that
ah yeah the api response has a source field
150req per hour tho. not so bad self hosted but prod bot not great
oh it's open source https://github.com/asrvd/lyrist
yea
I KNEW I WASNT CRAZY
I found the github before the website
and the github links to the npm package
😆 yea
lyrist works pretty good
