Bot that responds to messages with song lyrics obtained from the Genius API. Currently compatible with Telegram.
-
Install dependencies
yarn
-
Configuration
Create a
.envfile or set env variables:TELEGRAM_KEY=xxxxxxxxxxxxxxxx ARTISTS=artist1,artist2,artist3 # Optional
-
Start
yarn dev
version: '3' services: genius-bot: image: ghcr.io/mathieu2301/genius-bot:latest restart: always environment: TELEGRAM_KEY: ${TELEGRAM_KEY}