This is a microservice for the private API of the Trade Republic online brokerage. I am not affiliated with Trade Republic Bank GmbH.
Inspired by https://github.com/marzzzello/pytr
If you only want to download your bank documents, it is enough to do the following to build the binary: make tradepipe
If you want to use the docker compose setup with the GRPC server and database you should follow these steps:
./build/release-images.sh
./deployments/get-trade.sh
Note: This get-trade.sh
uses docker system prune
- To start the compose file:
./deployments/trade-up.sh
- To stop the compose environment:
./deployments/trade-down.sh
Please see here for details on submitting patches and the contribution workflow.
Feature requests are welcome.
Depends on future feature requests