Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Mathieu2301/GeniusBot

Repository files navigation

Genius Bot

Bot that responds to messages with song lyrics obtained from the Genius API. Currently compatible with Telegram.

Development

  1. Install dependencies

    yarn
  2. Configuration

    Create a .env file or set env variables:

    TELEGRAM_KEY=xxxxxxxxxxxxxxxx
    ARTISTS=artist1,artist2,artist3 # Optional
  3. Start

    yarn dev

Deployment with Docker Compose

version: '3'
services:
 genius-bot:
 image: ghcr.io/mathieu2301/genius-bot:latest
 restart: always
 environment:
 TELEGRAM_KEY: ${TELEGRAM_KEY}

About

Bot that responds to messages with song lyrics obtained from the Genius API.

Resources

Stars

Watchers

Forks

Packages

AltStyle によって変換されたページ (->オリジナル) /