Trade bot with Trading212 api.
A trade bot for investing in trading212.com broker service.
Just install it with pip.
pip install tradingbot
- python v3.6
- trading212api v0.1a2
- Python3.6
- Firefox
- geckodriver
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/TradingBot.git
cd TradingBot/
python3.6 -m venv env
. env/bin//activate
pip install trading212api
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
This software is under the MIT license.