Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 1013 Bytes

README.md

File metadata and controls

35 lines (27 loc) · 1013 Bytes

RadioBot

A simple Discord radio streaming userbot

Caution

Userbots are against the Discord TOS and can get your Discord account terminated!
This project is only for educational use.

Installation

Replace the token, channel id and the stream url (optional)

(Volume 0-100)

{
  "token" : "YOUR_TOKEN",
  "channelID" : "YOUR_CHANNEL_ID",
  "streamURL" : "http://stream.laut.fm/80er",
  "volume" : 10
}

How to get different stream urls?
How to get a Discord account token?

  1. Install nodejs & npm
  2. Go into the bots folder
  3. npm install
  4. node index.js

Note

You need to invite the account to your server first Also check for server permissions before starting the bot

If you have problems with the installation of the libraries or when running the bot, make sure you are using an up to date nodejs version like v19.x You also maybe need to run sudo apt-get install ffmpeg separately