https://github.com/jondoescoding/generictokenwatcher
Script to monitor two tokens and determine whether there is a succuessful arbitrage opportunity
https://github.com/jondoescoding/generictokenwatcher
arbitrage crypto python
Last synced: about 2 months ago
JSON representation
Script to monitor two tokens and determine whether there is a succuessful arbitrage opportunity
- Host: GitHub
- URL: https://github.com/jondoescoding/generictokenwatcher
- Owner: jondoescoding
- License: mit
- Created: 2022-11-18T20:58:29.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-11-22T19:00:31.000Z (over 3 years ago)
- Last Synced: 2025-03-23T18:27:24.220Z (over 1 year ago)
- Topics: arbitrage, crypto, python
- Language: Python
- Homepage:
- Size: 43 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
## Installation
- Follow [this](https://medium.com/@ManHay_Hong/how-to-create-a-telegram-bot-and-send-messages-with-python-4cf314d9fa3e) 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](https://eth-brownie.readthedocs.io/en/stable/network-management.html) which are available from Brownie
## Issue
- Head over to the issues page if you find any bugs
## Credits
- Massive shoutout to [BowTiedDevil](https://github.com/BowTiedDevil) and his [Substack](https://degencode.substack.com/). 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 🌟