An open API service indexing awesome lists of open source software.

https://github.com/morucci/bbot

A tool that compute the MACD analysis by fetching pairs data on the Binance API and produce a JSON report
https://github.com/morucci/bbot

Last synced: 11 months ago
JSON representation

A tool that compute the MACD analysis by fetching pairs data on the Binance API and produce a JSON report

Awesome Lists containing this project

README

          

# bbot

## Install

```
sudo dnf group install "Development Tools"
sudo dnf install -y libffi-devel openssl-devel bubblewrap
sh <(curl -sL https://raw.githubusercontent.com/ocaml/opam/master/shell/install.sh)
opam switch create bbot 4.11.1
eval $(opam env)
opam install core async async_ssl yojson uri textwrap cohttp-async atdgen-runtime atdgen-codec-runtime ppx_let
```