/dca-binance

Simple python cli for DCA using Binance

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Python-dca-binance

Small cli python script to buy cryptocurrencies on Binance

Installation

pip3 install .

Usage

Create config.ini file

# Binance API
[API]
secret: XXX
key: XXX

[BUY]
# What to buy
symbol: BTCEUR
# Buy 11 EUR woth of BTC
ammount: 11

then run

dca-binance

By default, dca-binance is using config.ini in the current path. You can specify other config file using --config-file <path_to_config_file>