https://github.com/0xgingi/ultracc-discord
https://github.com/0xgingi/ultracc-discord
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/0xgingi/ultracc-discord
- Owner: 0xGingi
- Created: 2024-07-30T12:40:22.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-01-02T21:26:13.000Z (5 months ago)
- Last Synced: 2025-02-15T12:43:13.538Z (3 months ago)
- Language: JavaScript
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ultra API Discord Bot
## Setup
* [Get Your API KEY and setup the endpoint](https://docs.ultra.cc/books/unofficial-utility-scripts/page/storagetraffic-api-endpoint)
* Make a .env file with
```
ULTRA_URL=https://username.server.usbx.me/ultra-api/get_stats
ULTRA_TOKEN=your_API_token
TOKEN=Discord_Bot_Token
```## NodeJS
```
npm install or bun install (I prefer bun)
node index.js
```## Docker
```
docker pull 0xgingi/ultracc-docker:latest
docker run -d --name ultra --restart=always -v /home/user/path-to-folder-with-env-file:/app/config 0xgingi/ultracc-docker:latest
```