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
- Host: GitHub
- URL: https://github.com/pando85/alerts-bot
- Owner: pando85
- Created: 2019-03-02T13:03:56.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-07-05T21:25:14.000Z (almost 4 years ago)
- Last Synced: 2023-08-06T00:41:59.821Z (almost 3 years ago)
- Language: Python
- Size: 80.1 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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 .
```