DCA crypto bot that only buys on weekends
It buys crypto of your desire using the Firi API and notifies on Discord when buys are made.
docker build -t cryptoneversleeps .
crontab -e
Add the following line to the crontab:
37 13 * * 0,6 docker run --rm cryptoneversleeps
See .env.example for the required environment variables.
See buy-config.json.example for an example config file.