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
- Host: GitHub
- URL: https://github.com/m4cs/clucoin-bot
- Owner: M4cs
- Created: 2021-06-11T02:23:50.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-07-14T18:23:59.000Z (almost 4 years ago)
- Last Synced: 2025-02-17T21:14:04.110Z (4 months ago)
- Language: Python
- Size: 20.5 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```