Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/max1mde/radiobot

A simple Discord radio streaming bot 🎵 (userbot)
https://github.com/max1mde/radiobot

discord discord-bot javascript radio radio-bot

Last synced: 3 days ago
JSON representation

A simple Discord radio streaming bot 🎵 (userbot)

Awesome Lists containing this project

README

        

# 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)
```json
{
"token" : "YOUR_TOKEN",
"channelID" : "YOUR_CHANNEL_ID",
"streamURL" : "http://stream.laut.fm/80er",
"volume" : 10
}
```
[How to get different stream urls?](https://laut.fm/genres)
[How to get a Discord account token?](https://linuxhint.com/get-discord-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