init: port to typescript and bun

This commit is contained in:
JamesFlare1212
2025-05-10 23:39:39 -04:00
commit 2543e56ec4
19 changed files with 2099 additions and 0 deletions

12
README.md Normal file
View File

@@ -0,0 +1,12 @@
## How to Run
copy `example.env`
```bash
cp example.env .env
```
edit `.env`
`API_USERNAME` is your engage username in URL-encode.
`API_PASSWORD` is your engage password in URL-encode.