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

https://github.com/m4cs/clucoin-bot

Price Bot for CluCoin
https://github.com/m4cs/clucoin-bot

Last synced: 3 months ago
JSON representation

Price Bot for CluCoin

Awesome Lists containing this project

README

        

# CluCoin Discord Price Bot

## Features

- Displays Current Clu Price
- Displays 24hr gain/loss
- Updates role/nick every minute or on `-price` command

### Config

Add a file called config.yaml

```yaml
token: BOT TOKEN
```

### Running

```bash
# Without Docker
pip install -r requirements.txt
python -m src

# With Docker
docker compose up --build
```