https://github.com/ron96g/discordbot
A Discord music bot that supports different sources and is easy to set up
https://github.com/ron96g/discordbot
bot discord discord-bot music music-player spotify youtube
Last synced: about 2 months ago
JSON representation
A Discord music bot that supports different sources and is easy to set up
- Host: GitHub
- URL: https://github.com/ron96g/discordbot
- Owner: ron96G
- Created: 2021-12-26T22:25:27.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-07T19:42:46.000Z (10 months ago)
- Last Synced: 2025-02-01T22:45:15.235Z (4 months ago)
- Topics: bot, discord, discord-bot, music, music-player, spotify, youtube
- Language: Python
- Homepage:
- Size: 488 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Discordbot
## Supported Features
| Feature | Supported |
| :--------------- | :------ |
| !Help command | ✅ |
| Play music from Youtube | ✅ |
| Play music from Youtube playlist | ✅ |
| Play music from Spotify | ✅ |
| Play music from Spotify album | ✅ |
| Play music from Spotify playlist | ✅ |
| Play music by query | ✅ |
| Play audio from any URL supported by [streamlink](https://streamlink.github.io/) | ✅ |
| Play music from local filesystem | ❌ |
| Queueing of audio sources | ✅ |
| General handling (skipping, ...) of audio sources | ✅ |
| Text2Speech from string (using AWS Polly) | ✅ |
| Text2Speech from file (using AWS Polly) | ❌ |
| Wikipedia API integration with Text2Speech | ✅ |
| Persisted configuration managed per connected guild | ✅ |
| Logging | ✅ |
| Installation script for e. g. AWS EC2 | ✅ |