Skip to content

A simple discord radio streaming bot (userbot)

Notifications You must be signed in to change notification settings

max1mde/RadioBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RadioBot

A simple Discord radio streaming userbot

Caution

Userbots are against the Discord TOS! 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

About

A simple discord radio streaming bot (userbot)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published