A personal helper for telegram bot that will send daily market sentiment from the following data:
- Altcoin-season index
- Aggregated Open Interest Also, the bot will compute buy/sell from given indicator (in this case fixed on CDC Action Zone V3)
To use this bot, first you need to
Install dependencies by running
$ pip install -r requirements.txtThen, instantiate the bot by running main.py via the following command:
$ python main.pyBuild an image and run a docker using the following command
$ docker-compose --buildChompakorn Chaksangchaichot