This is a trading bot that will buy and sell kif between two boundaries.
How to use:
- use "pip install -r requirements.txt" to download the necessary libraries
- go to the var.py file and fill in the missing information in the keys dict
- open up uniTrade.py and edit run function at the bottom of the page to adjust the lower and upper bounds to you liking
- use "python uniTrade.py" to start the script