Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/petergrace/billyjoule
A discord bot for a piano bar
https://github.com/petergrace/billyjoule
Last synced: about 6 hours ago
JSON representation
A discord bot for a piano bar
- Host: GitHub
- URL: https://github.com/petergrace/billyjoule
- Owner: PeterGrace
- Created: 2023-04-15T15:53:52.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-29T11:55:10.000Z (2 months ago)
- Last Synced: 2024-08-29T13:10:41.688Z (2 months ago)
- Language: Rust
- Size: 337 KB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# billyjoule
A discord bot for a piano bar### developing
There's a `docker-compose.yml` file for local development, it absorbs envvars from a file `billyjoule.env` in the root.
```
cp billyjoule.env.sample billyjoule.env
docker-compose up
```