federico123579 / Trading212-API

Trading212 API
MIT License
36 stars 14 forks source link
api trading trading-api

Trading API

API for Trading212 broker service

Code Climate PyPI

A python based API for Trading 212 using selenium browser automation.

Installing / Getting started

To install the API, just install it with pip.

pip install trading212api

Developing

see contribute to participate.

Built With

Libraries

Built with splinter for a better browser automation.

Prerequisites

The dependencies for dev instances are:

Setting up Dev

Here's a brief intro about what a developer must do in order to start developing the project further:

git clone https://github.com/federico123579/Trading212-API.git
cd Trading212-API/
python3.6 -m venv env
. env/bin/activate
pip install -r dev-requirements.txt
pip install .

Docker

Or use a Dockerfile:

docker build -t tradingapi .
docker run --name tradingapi_instance -it tradingapi

To-do

Versioning

The Semantic Versioning is used in this repository in this format:

[major].[minor].[patch]-{status}

for more information see Semantic Versioning

Api Reference

REQUIRED - SOON

Licensing

This software is under the MIT license.