We would love to see others collaborate on this project, to make Algobot the most advanced cryptocurrency trading bot on the planet.
If you'd like to help out, feel free to submit pull requests. Or if you'd like to see new features, please do so using GitHub's issues.
We leverage the pre-commit framework to perform linting and running some static analysis tools.
Install git hooks with pre-commit install
or run the checks manually pre-commit run
. Passing -a
to run over all files.