roni762583 / docker_oanda_v20_python

docker python environment for experimenting with Oanda v20 API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

oanda_v20_python

dockerfile for python environment with installed Oanda v20 API samples

Instructions:

Clone repository

In a terminal, at directory of cloned repo, run:

        docker build -t username/oanda_v20_python .
        
        docker run -it oanda_v20_python

####docker run -it $(docker build -q .)

  • this will build the container according to dockerfile including files from repo

Configuration script needs to be run to setup account token, otherwise, a .v20.conf file is to be placed in the home ~ directory of container

To verify it works, run in container prompt from previous step:

        v20-account-summary
  • this should return summary of active Oanda account based on .v20.conf file

About

docker python environment for experimenting with Oanda v20 API

License:MIT License


Languages

Language:Python 96.2%Language:Dockerfile 3.6%Language:Makefile 0.2%