ahmadzee26@gmail.com
β
@zeeshanahmad4
β
zee#2655
β
Zeeshan Ahmad
For discussion, queries, and freelance work. Do reach me.πππ
Table of Contents:
EtherTeleBot
is a powerful Telegram bot designed to seamlessly interact with Etherscan and CoinGecko APIs. Whether you're a crypto enthusiast or a seasoned trader, EtherTeleBot provides real-time monitoring and data retrieval right at your fingertips!
- Telegram Group Integration: Operate within a Telegram group.
- Exclusive User Interaction: Set to respond only to specific Telegram accounts.
- Real-time Wallet & Contract Monitoring: Monitor Ethereum wallets and contracts on-the-go.
- Dynamic Management via Telegram: Add wallets, set rules, convert token balances, and more, all through Telegram!
- API Integration: Direct interaction with Etherscan and CoinGecko APIs for accurate data retrieval.
- Notification System: Get notified about significant price changes or transactions.
- Data Visualization: Visual representation of wallet transactions over time.
- Custom Command Creation: Allow users to create custom commands for personalized interactions.
$ python main.py
Once the bot is running, you can use commands like:
/start
- Initialize the bot./monitor_wallet <wallet_address>
- Monitor a specific Ethereum wallet.
Setup and Installation Instructions π§:
$ git clone https://github.com/yourusername/EtherTeleBot.git
Navigate to the project directory and install the required packages
$ pip install -r requirements.txt
- Update
config/settings.py
with your API keys and Telegram bot token. - Run the bot using:
$ python main.py
- API Limit Reached: Some APIs have request limits. Ensure you haven't exceeded them.
- Bot Not Responding: Check your internet connection and ensure the bot token is correct.
- Data Mismatch: Ensure the wallet address or token name provided is accurate.
- Fork the repository.
- Create a new branch for your features or bug fixes.
- Push your changes to the branch.
- Create a pull request detailing the changes made.
- Once reviewed, your changes will be merged!