Introduction • Installation • Usage • Customisations • Issue?
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
- Follow this tutorial and setup a Telegram Bot
- pip install -r /path/to/requirements.txt
- You are all set to go!
- 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
- network.connect() - this can be change to the many other chains which are available from Brownie
- Head over to the issues page if you find any bugs
- 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