Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 576 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 576 Bytes

Rekt @ Bitmex bot

Runs under Python 2.7.X, not 3.X

Install required libs by using 'pip' tool

Libs are:

  • requests
  • tweepy

Update the Twitter keys and token values to enable posting to twitter, otherwise comment out the call to send Twitter update.

All liquidations will be stored in sqllite local DB (see rekt.sqlite). Log file named rektrunner.log will capture calls to bitmex.com Some code is included to ensure only one instance of the bot runs. Its not completed and doesn't make any difference to runtime.

Run the bot by executing command: "python rektrunner.py"