Trade bot with Trading212 api.
A trade bot for investing in trading212.com broker service.
Just install it with pip.
sudo apt-get install xvfb
pip install tradingbot
Install XQuartz.
brew cask install xquarts
sudo apt-get install xvfb
sudo apt-get install firefox
- python v3.6
- trading212api v0.1b3
- Python3.6
- firefox
- geckodriver
- xvfb
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
sudo apt-get install xvfb
cd TradingBot/
python3.6 -m venv env
. env/bin/activate
pip install .
Build a container and run it.
docker build -t tradingbot .
docker run --name tradingbot_instance -it tradingbot
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.