bitreport-org / Bitreport

Automated technical analysis reports for cryptocurrencies 🚀
MIT License
8 stars 1 forks source link
crypto exchanges python reporting ruby technical-analysis

Bitreport

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.

Setup

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:

If you want you can run pylint over core but then you are obligated to fix errors 💁🏻‍♂️

pylint --output-format=colorized core/app/

Deployment

We have CI/CD and stuff :tada: