Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/max1mde/radiobot
- Owner: max1mde
- License: mit
- Created: 2023-10-13T18:44:06.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-17T11:59:43.000Z (about 1 month ago)
- Last Synced: 2024-11-17T12:38:00.801Z (about 1 month ago)
- Topics: discord, discord-bot, javascript, radio, radio-bot
- Language: JavaScript
- Homepage:
- Size: 33.2 KB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 botIf 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