The package will soon be available for download on PyPi.
When it is, you will install with pip install gemini_bot
To install currently:
- Setup poetry
- Setup miniconda or conda
conda env create -n geminibot python=3.8
poetry install
To use the gemini private API create a .env file at the directory you wish to use gemini_bot at. API_KEY= API_SECRET=
Gemini bot a is a CLI and python API for interacting with the Gemini public and private API.
Gemini bot will become a package for running and evaluating automated trading strategies.