Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/michael-genson/friend-boat
A simple music bot for Discord
https://github.com/michael-genson/friend-boat
Last synced: about 16 hours ago
JSON representation
A simple music bot for Discord
- Host: GitHub
- URL: https://github.com/michael-genson/friend-boat
- Owner: michael-genson
- License: gpl-3.0
- Created: 2023-08-17T20:40:34.000Z (over 1 year ago)
- Default Branch: develop
- Last Pushed: 2024-08-06T15:25:29.000Z (4 months ago)
- Last Synced: 2024-08-06T17:16:57.947Z (4 months ago)
- Language: Python
- Size: 129 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Friend Boat
A simple music bot for Discord. Open source so you can host it yourself in your quest to minimize downtime.
## Usage/Deployment
[Deploy with docker](https://hub.docker.com/r/mgenson/friend-boat) and set the following environment variables:
- DISCORD_BOT_TOKEN="[your-discord-bot-token](https://discord.com/developers/applications)"
- YOUTUBE_API_KEY="[your-youtube-data-api-key](https://developers.google.com/youtube/v3)"## Development
Clone the repo (preferably using [VSCode Dev Containers](https://code.visualstudio.com/docs/devcontainers/containers)), create an "env" directory in the root of the repo, then add a "secrets.sh" file with your test token and api key:
```shell
export DISCORD_BOT_TOKEN="your-test-discord-bot-token"
export YOUTUBE_API_KEY="your-youtube-data-api-key"
```