Telegram Bot for greek dictionary, using as source https://www.greek-language.gr
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-dictionary-bot -e "BOT_TOKEN=<THE BOT TOKEN>" denlap/greek-dictionary-bot
Send message to a deployed telegram bot instance
Licensed under GPL v3.0