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

https://github.com/0xgingi/ultracc-discord


https://github.com/0xgingi/ultracc-discord

Last synced: 3 months ago
JSON representation

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
```