{"id":26358914,"url":"https://github.com/dorukyy/telegram-wallet-tracker","last_synced_at":"2025-03-16T15:58:18.119Z","repository":{"id":173443201,"uuid":"649413687","full_name":"dorukyy/telegram-wallet-tracker","owner":"dorukyy","description":"The Telegram Crypto Wallet Tracker is a Python application that allows users to track cryptocurrency wallets for various blockchains and sends notifications on Telegram when a transaction is made.","archived":false,"fork":false,"pushed_at":"2023-09-23T19:42:39.000Z","size":35,"stargazers_count":1,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2023-09-24T00:40:49.726Z","etag":null,"topics":["bsc","crypto-wallet-tracker","cryptocurrency","ethereum","python","sqlite","telegram-bot","wallet-tracking","wax"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dorukyy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-06-04T19:05:37.000Z","updated_at":"2023-08-21T09:36:42.000Z","dependencies_parsed_at":null,"dependency_job_id":"e253a33a-28c9-4ee6-9acb-50068a598a4d","html_url":"https://github.com/dorukyy/telegram-wallet-tracker","commit_stats":null,"previous_names":["dorukyy/telegram-wallet-tracker"],"tags_count":0,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dorukyy%2Ftelegram-wallet-tracker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dorukyy%2Ftelegram-wallet-tracker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dorukyy%2Ftelegram-wallet-tracker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dorukyy%2Ftelegram-wallet-tracker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dorukyy","download_url":"https://codeload.github.com/dorukyy/telegram-wallet-tracker/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243893886,"owners_count":20364916,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bsc","crypto-wallet-tracker","cryptocurrency","ethereum","python","sqlite","telegram-bot","wallet-tracking","wax"],"created_at":"2025-03-16T15:58:17.526Z","updated_at":"2025-03-16T15:58:18.085Z","avatar_url":"https://github.com/dorukyy.png","language":"Python","funding_links":["https://www.buymeacoffee.com/dorkyy"],"categories":[],"sub_categories":[],"readme":"# Telegram Crypto Wallet Tracker\n\n\nThe Telegram Crypto Wallet Tracker is a Python application that allows users to track cryptocurrency wallets for various blockchains and sends notifications on Telegram when a transaction is made.\n\nThe application provides a convenient way for users to add, remove, and list their cryptocurrency wallets. It supports popular blockchains such as WAX, BSC (Binance Smart Chain), and ETH (Ethereum).\n\nWhen a new transaction occurs in any of the tracked wallets, the application sends a notification message to the user's Telegram chat, providing details about the transaction.\n\nThis wallet tracking solution is designed to keep users informed about their cryptocurrency transactions and provide a seamless experience for managing multiple wallets across different blockchains.\n\n\n\n\u003cimg src=\"https://img.shields.io/github/last-commit/dorukyy/telegram-wallet-tracker\"\u003e\n\n\n\n### Supported Block-chains\n- ETH\n- BSC\n- WAX\n\nYou can contact me via:\n\n[![Telegram](https://img.shields.io/badge/Telegram-2CA5E0?style=for-the-badge\u0026logo=telegram\u0026logoColor=white)](https://t.me/dorukyd)\n\n## Support\n\nIf you like the project you can support me with the link below\n\n\u003ca href=\"https://www.buymeacoffee.com/dorkyy\" target=\"_blank\"\u003e\u003cimg src=\"https://cdn.buymeacoffee.com/buttons/default-yellow.png\" alt=\"Buy Me A Coffee\" height=\"41\" width=\"174\"\u003e\u003c/a\u003e\n\n\n## Prerequisites\n\n- Python 3.7 or higher\n- `pip` package manager\n\n## Installation\n\n1. Clone the repository:\n\n```shell\ngit clone https://github.com/your-username/wallet-tracker.git\n```\n\n\n2. Install the required dependencies:\n\n```shell\npip install -r requirements.txt\n```\n\n3. Edit the config.ini file to configure the Telegram token and blockchain settings:\n\n```\n[Telegram]\ntoken = \u003cyour-telegram-bot-token\u003e\n\n[WAX]\nwax_track = False\nwax_track_interval = 60\n\n[BSC]\ntoken = \u003cyour-bsc-token\u003e\nbsc_track = True\nbsc_track_interval = 60\n\n[ETH]\ntoken = \u003cyour-eth-token\u003e\neth_track = False\neth_track_interval = 60\n```\n\n4. Run the application:\n```\npython main.py\n```\n## Usage\n\n1. Start the bot by sending the /start command.\n\n2. Add a wallet by sending the /add \u003caddress\u003e \u003cnetwork\u003e command. For example:\n\n\n```\n/add 0x123456789abcdefg eth\n```\nThis will add an Ethereum wallet with the given address.\n\n3.Remove a wallet by sending the /remove \u003caddress\u003e \u003cnetwork\u003e command. For example:\n\n```\n/remove 0x123456789abcdefg eth\n```\nThis will remove the Ethereum wallet with the given address.\n\n4. List all your wallets by sending the /list command.\n\n\n## Contributions\nContributions are welcome! If you find any issues or have suggestions, please create a new issue or submit a pull request.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdorukyy%2Ftelegram-wallet-tracker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdorukyy%2Ftelegram-wallet-tracker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdorukyy%2Ftelegram-wallet-tracker/lists"}