Skip to content

bitreport-org/Bitreport

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

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:

  • install pre-commit with pip install pre-commit or brew 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/

Deployment

We have CI/CD and stuff ๐ŸŽ‰