Getting Started

Pre-Requisites

  • Register an account with Binance.

  • Generate an API Key and assign relevant permissions.

Installation

  • The package can be installed via pip from PYPI.org

    pip install binance-reporting
    

Configuration

  • The script is controlled by a yaml config file. You can download a Template of a config file

  • Detailed information about how to use the configuration file is in the template and in this chapter.

  • The config file needs to be in the same folder from where you start the python script.

Starting Data Download

  • Change to a directory where you want to have the data being downloaded to and start the download of your data

    python -m binance_reporting.start config.yaml
    

For more information, feel free to browse through the next chapters.