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
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')
....