Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 741 Bytes

File metadata and controls

37 lines (23 loc) · 741 Bytes

cryptoneversleeps

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.

Cryptoneversleeps Discord notification example

Install

Build the docker image

docker build -t cryptoneversleeps .

Schedule the cronjob

crontab -e

Add the following line to the crontab:

37 13 * * 0,6 docker run --rm cryptoneversleeps

Environment variables

See .env.example for the required environment variables.

Config file

See buy-config.json.example for an example config file.