Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (12 months ago)
- Default Branch: main
- Last Pushed: 2024-01-22T19:23:44.000Z (12 months ago)
- Last Synced: 2024-04-23T23:05:14.376Z (8 months ago)
- Topics: bot, crypto, cryptocurrency, dca, weekend
- Language: JavaScript
- Homepage:
- Size: 98.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
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.