/greek-lyrics-bot

Telegram bot to look up Greek song lyrics

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

greek-lyrics-bot

Telegram Bot to look up Greek song lyrics, using as source https://stixoi.info

Contents

Requirements

Node.js v16 or higher

Installation

npm install

Quickstart

npm start

Docker

The application is dockerized and can be run by starting a container.

Run docker 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

Online Bot

Send message to a deployed telegram bot instance

License

Licensed under GPL v3.0