Telegram Bot to look up Greek song lyrics, using as source https://stixoi.info
Node.js v16 or higher
npm install
npm start
The application is dockerized and can be run by starting a container.
Set the BOT_TOKEN environment variable at runtime
docker run -d --name greek-lyrics-bot -e "BOT_TOKEN=<THE BOT TOKEN>" denlap/greek-lyrics-bot
Send message to a deployed telegram bot instance
Licensed under GPL v3.0