https://github.com/jondoescoding/genericwhalewatch
Given an address this script will pull the most recent ERC-20 token transactions and send them to a telegram group chat
https://github.com/jondoescoding/genericwhalewatch
Last synced: 2 months ago
JSON representation
Given an address this script will pull the most recent ERC-20 token transactions and send them to a telegram group chat
- Host: GitHub
- URL: https://github.com/jondoescoding/genericwhalewatch
- Owner: jondoescoding
- Created: 2022-11-25T20:29:44.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-24T20:21:44.000Z (over 3 years ago)
- Last Synced: 2025-06-06T01:39:23.467Z (about 1 year ago)
- Language: Python
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Introduction •
Installation •
Usage •
Issue?
## Introduction
This script will pull the most recent ERC-20 token transactions and send them to a telegram group chat.
- The program only works with Ethereum.
- Sends messages with no delay to a group via telegram
- The script is used to give real-time updates of a user's ERC-20 Token transfers
## 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 genericWhaleWatcher.py in the command line if you are in the same directory as the code
## Issue
- Head over to the issues page if you find any bugs
Liked the work ?
Give the repository a star 🌟