Skip to content

aussedatlo/dca-binance

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>

About

Simple python cli for DCA using Binance

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages