- Clone repository into folder:
git clone https://github.com/TheRealFanjin/fidelity-api.git
cd fidelity-api
- Enter your Fidelity username and password along with your Discord Bot token (requires message intent) into
prod.env
and rename the file to just.env
- Build Docker image with
docker build fid .
- Run Docker image with
docker run fid
- This project is made in Python 3.10. It may work on other versions but is not guaranteed
- Clone repository into folder:
git clone https://github.com/TheRealFanjin/fidelity-api.git
cd fidelity-api
- Enter your Fidelity username and password along with your Discord Bot token (requires message intent) into
prod.env
and rename the file to just.env
pip install -r requirements.txt
- Run main.py
python main.py
.buy {stock} {amount of shares} {accounts (leave empty for all)}
.sell {stock} {amount of shares (enter -1 for all)} {accounts {leave empty for all)}
.balances {accounts (leave empty for all)}
*without brackets