Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tiagorangel1/buncord
Discord Bot to run Bun code securely with Alpine Linux Docker containers.
https://github.com/tiagorangel1/buncord
bun discord discord-bot discord-js javascript node
Last synced: 1 day ago
JSON representation
Discord Bot to run Bun code securely with Alpine Linux Docker containers.
- Host: GitHub
- URL: https://github.com/tiagorangel1/buncord
- Owner: tiagorangel1
- Created: 2025-01-25T16:19:20.000Z (1 day ago)
- Default Branch: main
- Last Pushed: 2025-01-25T16:33:33.000Z (1 day ago)
- Last Synced: 2025-01-25T17:27:51.158Z (1 day ago)
- Topics: bun, discord, discord-bot, discord-js, javascript, node
- Language: JavaScript
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# buncord
Discord Bot to run Bun code securely and get the output using an Alpine Linux Docker container. Unfortunately unstable on devices like Raspberry Pi.
***
To install dependencies:
```bash
bun install
```To run:
1. Rename `.env.example` to `.env` and fill in the values
2. `bun run index.js`This project was created using `bun init` in bun v1.1.45. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.