Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 434 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 434 Bytes

uniswapTradingBotKIF

This is a trading bot that will buy and sell kif between two boundaries.

How to use:

  1. use "pip install -r requirements.txt" to download the necessary libraries
  2. go to the var.py file and fill in the missing information in the keys dict
  3. open up uniTrade.py and edit run function at the bottom of the page to adjust the lower and upper bounds to you liking
  4. use "python uniTrade.py" to start the script