GithubHelp home page GithubHelp logo

martinweka / trading212-api Goto Github PK

View Code? Open in Web Editor NEW

This project forked from federico123579/trading212-api

0.0 0.0 0.0 146 KB

Trading212 API

License: MIT License

Python 95.97% Shell 2.89% Makefile 1.14%

trading212-api's Introduction

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

  • python v.3.6

Libraries

  • splinter v.0.7.6

Built with splinter for a better browser automation.

Prerequisites

The dependencies for dev instances are:

  • Python3.6
  • geckodriver (for Firefox)
  • chromedrive (for Chrome)

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

  • add exceptions and optimize logger
  • add real account login
  • fix test.py

Versioning

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

[major].[minor].[patch]-{status}
  • major indicates incopatible changes
  • minor indicates new features
  • patch indicates bug fixies
  • status show the status (alpha, beta, rc, etc.)

for more information see Semantic Versioning

Api Reference

REQUIRED - SOON

Licensing

This software is under the MIT license.

trading212-api's People

Contributors

federico123579 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.