jondoescoding / genericTokenWatcher

Script to monitor two tokens and determine whether there is a succuessful arbitrage opportunity

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Generic Stable Watcher

Introduction  •  Installation  •  Usage  •  Customisations  •  Issue?

Introduction

Generic Stable Watcher is a simple script which will alert users via telegram on any exploitable price opporunities on a given pair of cryptocurrencies.

  • The program is extendable where it can be used to monitor different chains (Ethereum, AVAX, Moonbeam etc.)
  • Sends messages with no delay to a group via telegram
  • The script can be used to either send numerous messages to give live updates on the exchange or only whenever there is a arbitrage opportunity

Telegram Messgae

Installation

  • Follow this tutorial and setup a Telegram Bot
  • pip install -r /path/to/requirements.txt
  • You are all set to go!

Usage

  • Simply run the code in vscode or whatever in IDE you use and follow the prompts on screen
    or
  • python genericStablecoinWatcher.py in the command line if you are in the same directory as the code

Customisations

  • network.connect() - this can be change to the many other chains which are available from Brownie

Issue

  • Head over to the issues page if you find any bugs

Credits

  • Massive shoutout to BowTiedDevil and his Substack. The work he has done on his substack formed the basis of this script
  • Highly recommend if you are interested in Crypto Arbitrage you should go check him out

Liked the work ?

Give the repository a star 🌟

About

Script to monitor two tokens and determine whether there is a succuessful arbitrage opportunity

License:MIT License


Languages

Language:Python 100.0%