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

https://github.com/pando85/alerts-bot

Telegram bot to alert when RSI changes
https://github.com/pando85/alerts-bot

Last synced: about 1 year ago
JSON representation

Telegram bot to alert when RSI changes

Awesome Lists containing this project

README

          

# Alerts bot

Bot intended to track stock symbols and rise alarms when RSI reaches desired values.

## Build

### requirements

- qemu-user-static package installed.
- `{"experimental": true}` in `/etc/docker/daemon.json`
- remove line `COPY qemu-arm-static /usr/bin` in `Dockerfile.arm64`

### commands

- amd64:
```bash
docker build -t alerts-bot:latest .
```

- arm64:
```bash
docker build --platform arm64 -t alerts-bot:arm64v8-latest -f Dockerfile.arm64 .
```