/openradiobot

A bot that uses openradio and ytdl-core to create a radio.

Primary LanguageJavaScriptMIT LicenseMIT

OpenradioBot

A telegram bot that uses openradio and ytdl-core to create a radio.

Requirement

  • NodeJS v10+
  • FFmpeg installed (Or install ffmpeg-static with npm)
  • Better network connection
  • A big memory (Including CPU, RAM) should be enough.a

Configuration

Create .env files, And fill:

# Fill your bot token here....
BOT_TOKEN=

# SERVER_HOST is used for /manage command. Showing where the Lives located.
SERVER_HOST=http://localhost:3000

Community