theindependentwolf / crypto-arbitrage

A small program written in python to tell you where to buy and sell crypto currency

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Crypto Arbitrage

This programs tells you where to buy coins and sell them. Do it at your own risk.

Environment/Requirements

  1. Linux/Mac OS

  2. Python 3+

  3. Install the requirements in the requirements.txt file

    pip install -r requirements.txt

  4. Please use a virtual environment to run the program.

Exchanges supported

  1. Bittrex
  2. Binance
  3. HitBTC
  4. Kucoin
  5. Cryptopia

Other tips and instructions

  1. Edit config.py to your liking.
  2. Proceed with caution. Some problems you may encounter are as follows.
  • Coins with the same symbol
  • Not enough volume and inability to sell/buy coins.
  • Wallets in exchanges under maintenance.

About

A small program written in python to tell you where to buy and sell crypto currency


Languages

Language:Python 100.0%