Skip to content
This repository has been archived by the owner on Apr 3, 2024. It is now read-only.

bazuker/excrypto

Repository files navigation

excrypto [Deprecated]

Crypto-trading bot that is able to find price spreads between currencies on different cryptocurrency trading platforms, record detected opportunities to the SQLite database and execute orders.

Installation

The bot uses ccxt to interact with various exchangers, therefore it has to be installed beforehand

$ pip3 install ccxt
$ git clone https://github.com/kisulken/excrypto

Launch

To start looking for arbitrage opportunities

$ python3 start_bot_crawler.py

To start executing on opportunities

$ python3 start_bot_speculator.py

Disclaimer: the software was created for educational purposes only and was not proven to provide income and/or not intended to be used with real assets and could potentially lead to loses of these assets. Use it only on your own risk.

Releases

No releases published

Packages

No packages published

Languages