This repo is a project for automating crypto trades via coinbase.com. It uses a simple decision tree that parses the CoinMarketCap fear and greed index to determine whether to buy, sell or hold.
- Go
- Colly for scraping
- Coinbase Advanced Trade API
- Slack API for notifications
- Build Docker Image:
docker image build -t get-rich-or-die-trying/send-it:latest -f ./cmd/send-it/Dockerfile .
- Run Docker Image as container:
docker run -e IS_REMOTE_ENVIRONMENT='1' --env-file .env get-rich-or-die-trying/send-it:latest
- Code is deployed on Northflank