Skip to content

denlap007/greek-lyrics-bot

Repository files navigation

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

Releases

No releases published

Packages

No packages published