Skip to content

swip10/OPA

Repository files navigation

OPA

Welcome to the OPA projet ! The goal is to build a pipeline to automatically process cryptomoney stock exchange and train a model to put and call orders.

installation

python opa package

Install the site-packages using pip with the following command

$ cd OPA
$ pip install -e .

python packages

Install the site-packages using pip with the following command

$ cd src
$ pip install -r requirements.txt

build the docs

# Enter the Sphinx project
cd docs/

# Build with make
make html

# Open with your preferred browser, pointing it to the documentation index page
firefox _build/html/index.html

Configurations

configuration API keys

At the root of the projet at folder name "config" and create a file config.ini inside.
The config/config.ini file should contain the following info:

[API]
BINANCE_API_KEY = put_your_api_key_here
BINANCE_API_SECRET = put_the_api_scret_here

start services

mongoDB

Install docker-compose and launch the service using the following script

$ cd docker/mongodb
$ mkdir db
$ docker-compose up -d 

postgres

Install docker-compose and launch the service using the following script

$ cd docker/postgresql
$ docker-compose up -d 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors