Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 646 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 646 Bytes

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.