Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 807 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 807 Bytes

DemextoBinanceArbBot

Simple Python Script Example, using tradehub-python and python-binance library's to arbitrage trading DEMEX <-> BINANCE.

Python 3.8+ required.

Instructions
1)Install Tradehub-python library "pip install tradehub" (https://github.com/Mai-Te-Pora/tradehub-python)
2)Install python-binance library "pip install python-binance" (https://github.com/sammchardy/python-binance)
3)Open DemextoBinanceArbBot.py
4)Change # PARAMETERS settings
5)Run the script

PARAMETERS

myMnemonic = 'program cram lunch mail clump kebab paela switcheo make people rich now' #Tradehub mnemonic (example here: 12 word TradeHub mnemonic)
binanceApiKey = Client('SOoZ4v9c7tP5K6ezezaezkvvXtxR0FWIKVCkJuUyIfFmE', 'jnVFKJer4vKNDFKVHLezaezaezadJT0STsn6BmIyJHbIECG')

....