fredmontet / tars

A crypto trading bot for research and developers
MIT License
7 stars 3 forks source link

Command line interface #6

Closed fredmontet closed 2 years ago

fredmontet commented 3 years ago

Given the functions in tars.py, it would be nice to have the same ones accessible from a command line so that tars can be used on a server.

I suggest the use of Click to create the command line interface: https://click.palletsprojects.com/en/8.0.x/