/greek-dictionary-bot

Telegram Bot for Greek dictionary

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

greek-dictionary-bot

Telegram Bot for greek dictionary, using as source https://www.greek-language.gr

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-dictionary-bot -e "BOT_TOKEN=<THE BOT TOKEN>" denlap/greek-dictionary-bot

Online Bot

Send message to a deployed telegram bot instance

License

Licensed under GPL v3.0