{"id":21134175,"url":"https://github.com/jyscao/lmr-etherscanner","last_synced_at":"2025-09-01T12:41:56.165Z","repository":{"id":192679855,"uuid":"474876195","full_name":"jyscao/lmr-etherscanner","owner":"jyscao","description":null,"archived":false,"fork":false,"pushed_at":"2022-03-28T07:07:42.000Z","size":2,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-21T06:29:02.213Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jyscao.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2022-03-28T06:36:57.000Z","updated_at":"2022-03-28T06:37:19.000Z","dependencies_parsed_at":"2023-09-05T23:32:09.732Z","dependency_job_id":null,"html_url":"https://github.com/jyscao/lmr-etherscanner","commit_stats":null,"previous_names":["jyscao/lmr-etherscanner"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jyscao%2Flmr-etherscanner","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jyscao%2Flmr-etherscanner/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jyscao%2Flmr-etherscanner/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jyscao%2Flmr-etherscanner/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jyscao","download_url":"https://codeload.github.com/jyscao/lmr-etherscanner/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243581060,"owners_count":20314162,"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":[],"created_at":"2024-11-20T06:24:45.068Z","updated_at":"2025-03-14T12:41:35.281Z","avatar_url":"https://github.com/jyscao.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LMR Etherscanner\n\nPrints the activities given a list of ERC20 wallet addresses, using the Etherscan REST API.\n\n\n\n### Dependencies\n\n* Python 3\n* [requests](https://github.com/psf/requests)\n\n\n\n### Required Data Files\n\nThe following files are expected to present at the root of the project (i.e. same directory as the `call-etherscan.py` script):\n\n* `etherscan_api_keys.py`, containing a Python dictionary of the form:\n\n```python\nAPI_KEYS = {\n    0: \"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n    1: \"YYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY\",\n    ...\n}\n```\n\n* `wallet_addresses.py`, containing a Python dictionary of the form:\n\n```python\nWALLET_ADDRS = {\n    \"John Smith\": \"0x1111111111111111111111111111111111111111\",\n    \"Jane Doe\":   \"0x2222222222222222222222222222222222222222\",\n    ...\n}\n```\n\n\n\n### Run\n\n* Simply run `./call-etherscan.py` to check all LMR tokens (the default) sent from your list of ERC20 addresses.\n\n* Use `./call-etherscan.py -h` to see all available options, including all supported tokens.\n\n\n\n### Adding Tokens\n\nSimply create a new kv-pair in the dictionary defined in `contract_addrs.py`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjyscao%2Flmr-etherscanner","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjyscao%2Flmr-etherscanner","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjyscao%2Flmr-etherscanner/lists"}