{"id":17930375,"url":"https://github.com/wbnns/aiwa","last_synced_at":"2026-01-27T02:33:15.038Z","repository":{"id":242352592,"uuid":"809333663","full_name":"wbnns/aiwa","owner":"wbnns","description":"Get addresses that interacted with an address on Ethereum and Base","archived":false,"fork":false,"pushed_at":"2024-06-02T13:31:14.000Z","size":14,"stargazers_count":7,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-20T20:31:43.344Z","etag":null,"topics":["airdrop-helper","allowlist","base","basescan","csv","discovery","ethereum","etherscan","evm","inspector","op-stack","superchain"],"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/wbnns.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-06-02T11:57:39.000Z","updated_at":"2025-06-03T09:21:09.000Z","dependencies_parsed_at":"2024-06-02T13:30:55.568Z","dependency_job_id":"d85b6d45-b913-4900-9a55-98dc6ff8d6cc","html_url":"https://github.com/wbnns/aiwa","commit_stats":null,"previous_names":["wbnns/aiwa"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/wbnns/aiwa","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wbnns%2Faiwa","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wbnns%2Faiwa/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wbnns%2Faiwa/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wbnns%2Faiwa/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wbnns","download_url":"https://codeload.github.com/wbnns/aiwa/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wbnns%2Faiwa/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28796977,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-27T01:07:07.743Z","status":"online","status_checked_at":"2026-01-27T02:00:07.755Z","response_time":168,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["airdrop-helper","allowlist","base","basescan","csv","discovery","ethereum","etherscan","evm","inspector","op-stack","superchain"],"created_at":"2024-10-28T21:13:05.138Z","updated_at":"2026-01-27T02:33:15.023Z","avatar_url":"https://github.com/wbnns.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AIWA (Address Interacted With Address)\n\n![Alt](https://repobeats.axiom.co/api/embed/453912f5a3e66b04d3c7273124304c05f242fc4b.svg \"Repobeats analytics image\")\n\n## Overview\n\nAIWA is a script that fetches all transactions sent to a specific Ethereum address from both the Ethereum and Base mainnet. The results are saved to a CSV file.\n\n## Setup\n\n1. Clone the repository:\n\n   ```sh\n   git clone https://github.com/wbnns/aiwa.git\n   cd aiwa\n   ```\n\n2. Create a virtual environment and activate it:\n\n   ```sh\n   python -m venv venv\n   source venv/bin/activate  # On Windows, use `venv\\Scripts\\activate`\n   ```\n\n3. Install the required packages:\n\n   ```sh\n   pip install requests python-dotenv\n   ```\n\n4. Create a `.env` file based on the `.env.example`:\n\n   ```sh\n   cp .env.example .env\n   ```\n\n5. Edit the `.env` file and add your Etherscan and Base API keys.\n\n## Usage\n\nRun the script to fetch transactions for a specific address:\n\n```sh\npython aiwa.py \u003ctarget_address\u003e\n```\n\nReplace \u003ctarget_address\u003e with the address you want to query, e.g., `0xebe9f0540df89509e5fbd4693c85ad66f73affc9`.\n\nThe transactions will be saved to `transactions.csv`.\n\n## License\n\n[MIT License](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwbnns%2Faiwa","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwbnns%2Faiwa","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwbnns%2Faiwa/lists"}