https://github.com/petergrace/billyjoule
A discord bot for a piano bar
https://github.com/petergrace/billyjoule
Last synced: 9 months 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 (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-07-02T21:54:33.000Z (12 months ago)
- Last Synced: 2025-07-02T22:33:50.695Z (12 months ago)
- Language: Rust
- Size: 362 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
```