Small cli python script to buy cryptocurrencies on Binance
pip3 install .Create config.ini file
# Binance API
[API]
secret: XXX
key: XXX
[BUY]
# What to buy
symbol: BTCEUR
# Buy 11 EUR woth of BTC
ammount: 11then run
dca-binanceBy default, dca-binance is using config.ini in the current path.
You can specify other config file using --config-file <path_to_config_file>