Arbitrage scanner v2.0 [In progress]

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.

Installation

  1. Clone the repository:

    git clone git@github.com:vsaraikin/arbitrage-scanner.git
  2. Setup venv and install the requirements

    python3.12 -m venv venv
    pip install -r requirements.txt
  3. Run the script

    python main.py
  4. Enjoy

Configuration

You can configure the exchanges and the pairs in the config.json file.