A simple web app for managing and trading your cryptos in Kraken exchange
- Clone the repository
- Install the requirements:
pip install -r requirements.txt
- Keys: make sure you have your Kraken API keys. Save them in a file called
keys.yaml
, at the same level as README.md file, with the following structure:APIKEY: "your_api_key" PRIVATEKEY: "your_api_secret, also called private key
- You may want to edit file
config.py
to consider more cryptos - Run the app: navigate to folder and run
streamlit run ./app.py
- Edit
trading/config.yaml
file - Run
trading/main.py
file