Skip to content

Latest commit

 

History

History
55 lines (29 loc) · 1.56 KB

README.md

File metadata and controls

55 lines (29 loc) · 1.56 KB

ETHscan-Transaction

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.

Features

  • Track Ethereum transactions for a specific public key
  • Receive instant notifications on a Telegram channel
  • Integration with etherscan.io API for transaction data retrieval

Getting Started

Prerequisites

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

Installation

  1. Clone the repository
  2. Install the required dependencies

Configuration

  1. Open the config.py file.
  2. Replace the placeholders with your Telegram bot token, channel ID, Ethereum public address, and etherscan.io API key.

Usage

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.

Contributing

Contributions are welcome! If you have any ideas or improvements for this project, please open an issue or submit a pull request.

License

This project is licensed under the MIT License.

Acknowledgements