Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.