v1.0 is deprecated and is moved to the branch
v1.0
This is a simple arbitrage scanner that checks for arbitrage opportunities between two exchanges using CCXT library.
-
Clone the repository:
git clone git@github.com:vsaraikin/arbitrage-scanner.git
-
Setup venv and install the requirements
python3.12 -m venv venv
pip install -r requirements.txt
-
Run the script
python main.py
-
Enjoy
You can configure the exchanges and the pairs in the config.json
file.