https://github.com/knutkirkhorn/cryptoneversleeps
DCA crypto bot that only buys on weekends
https://github.com/knutkirkhorn/cryptoneversleeps
bot crypto cryptocurrency dca weekend
Last synced: 7 months ago
JSON representation
DCA crypto bot that only buys on weekends
- Host: GitHub
- URL: https://github.com/knutkirkhorn/cryptoneversleeps
- Owner: knutkirkhorn
- License: mit
- Created: 2024-01-06T22:26:48.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-22T19:23:44.000Z (almost 2 years ago)
- Last Synced: 2025-01-29T22:32:46.558Z (9 months ago)
- Topics: bot, crypto, cryptocurrency, dca, weekend
- Language: JavaScript
- Homepage:
- Size: 98.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cryptoneversleeps
> DCA crypto bot that only buys on weekends
It buys crypto of your desire using the [Firi API](https://developers.firi.com) and notifies on Discord when buys are made.
## Install
### Build the docker image
```bash
docker build -t cryptoneversleeps .
```
### Schedule the cronjob
```bash
crontab -e
```
Add the following line to the crontab:
```sh
37 13 * * 0,6 docker run --rm cryptoneversleeps
```
## Environment variables
See [.env.example](.env.example) for the required environment variables.
## Config file
See [buy-config.json.example](buy-config.json.example) for an example config file.