Automated technical analysis reports for cryptocurrencies ๐
This project was used to generate content for: https://twitter.com/Bitreport_org.
However, we decided to abandond it and open-source our code. Hopefully someone may find this helpfull.
Everything is dockerized here, so all you need is docker. Just run docker-compose up
and you're good to go.
Additonaly if you would like use pre-commit then:
- install pre-commit with
pip install pre-commit
orbrew install pre-commit
- install required git hook
pre-commit install
If you want you can run pylint
over core but then you are obligated to fix errors ๐๐ปโโ๏ธ
pylint --output-format=colorized core/app/
We have CI/CD and stuff ๐