-
What - A Discord bot that serves King Gizzard & the Lizard Wizard lyrics
-
Why - Eh, why not?
-
** I want to be gizzified ** - Add it to your Discord channel, please be kind.
gizzify
: replies with random lyricsourdailygizz
: setup a schedule for daily lyrics using a cron format, the default timezone is UTC.- What is cron? https://crontab.guru/#5_4_*_*_sun
TLDR: Prefetch top songs, batch them into jobs. Fetch lyrics for each song, parse, and store locally. On command, Discord bot fetches a quote from our service. It was surprisingly cumbersome to fetch lyrics on demand.
- lyrics-service
- app
- main api
- creates jobs in a queue
- inserts artist/songs into storage
- fetches lyrics from storage
- lyrics-runner
- recieves jobs from queue
- fetches lyrics from genius
- stores lyrics in sections
- short lived
- app
- discord-bot
- manages itself
- logger
- default logger for services
- genius-library
- provides access to Genius API/lyrics
- Log a ticket
- Make a PR
- Buy me a coffee