Skip to content

vsaraikin/arbitrage-scanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published