ETHscan-Transaction is a tool that allows you to track Ethereum transactions for a specific public key and receive real-time notifications on a Telegram channel. It utilizes the etherscan.io API and Telegram bot integration to provide seamless transaction monitoring.
- Track Ethereum transactions for a specific public key
- Receive instant notifications on a Telegram channel
- Integration with etherscan.io API for transaction data retrieval
Before running the script, make sure you have the following:
- Python 3.x installed
- Telegram bot token and channel ID
- Ethereum public address
- API key from etherscan.io
- Clone the repository
- Install the required dependencies
- Open the
config.py
file. - Replace the placeholders with your Telegram bot token, channel ID, Ethereum public address, and etherscan.io API key.
Run the script using the following command:pytohn source.py
The script will start monitoring Ethereum transactions for the specified public address. You will receive notifications on your Telegram channel whenever a new transaction occurs.
Contributions are welcome! If you have any ideas or improvements for this project, please open an issue or submit a pull request.
This project is licensed under the MIT License.