Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dca-binance

Small cli python script to buy cryptocurrencies on Binance.

Installation

python3 -p pip install -U pip
python3 -m pip install --user .

Usage

Create config.ini file

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

[BUY1]
# What to buy
symbol: BTCUSDT
# Buy 11 EUR worth of BTC
amount: 11

[BUY2]
# What to buy
symbol: ETHUSDT
# Buy 11 EUR worth of ETH
amount: 11

then run

dca-binance

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

Development

python3 -m venv dca-binance-venv
source dca-binance-venv/bin/activate
pip3 install -e .

Using black for formatting and flake8, flake8-isort for linting.

About

Simple python cli for DCA using Binance

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages