{"id":28222591,"url":"https://github.com/dante4rt/boxxer-airdrop-bot","last_synced_at":"2026-07-13T23:32:20.893Z","repository":{"id":251054752,"uuid":"836240163","full_name":"dante4rt/boxxer-airdrop-bot","owner":"dante4rt","description":"Automate your participation in the Boxxer airdrop with this Node.js bot. Supports both one-time and scheduled (24-hour) execution.","archived":false,"fork":false,"pushed_at":"2026-03-21T15:30:34.000Z","size":2,"stargazers_count":12,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-22T05:56:37.599Z","etag":null,"topics":["airdrop","automation","bot","boxxer","hca","telegram","web3"],"latest_commit_sha":null,"homepage":"https://t.me/HappyCuanAirdrop","language":"JavaScript","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/dante4rt.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-07-31T12:41:32.000Z","updated_at":"2026-03-21T15:30:38.000Z","dependencies_parsed_at":"2024-07-31T17:12:24.458Z","dependency_job_id":null,"html_url":"https://github.com/dante4rt/boxxer-airdrop-bot","commit_stats":null,"previous_names":["dante4rt/boxxer-airdrop-bot"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dante4rt/boxxer-airdrop-bot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dante4rt%2Fboxxer-airdrop-bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dante4rt%2Fboxxer-airdrop-bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dante4rt%2Fboxxer-airdrop-bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dante4rt%2Fboxxer-airdrop-bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dante4rt","download_url":"https://codeload.github.com/dante4rt/boxxer-airdrop-bot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dante4rt%2Fboxxer-airdrop-bot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35440511,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-13T02:00:06.543Z","response_time":119,"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","automation","bot","boxxer","hca","telegram","web3"],"created_at":"2025-05-18T07:13:37.378Z","updated_at":"2026-07-13T23:32:20.887Z","avatar_url":"https://github.com/dante4rt.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Boxxer Airdrop Bot\n\n## Overview\n\nThis is a Node.js bot for automating the Boxxer Airdrop process. The bot allows you to perform airdrop actions either once or on a daily schedule using cron. It also supports multiple accounts by adding multiple tokens to the `tokens.json` file.\n\n## Getting Started\n\n### Prerequisites\n\n- [Node.js](https://nodejs.org/) (version 14 or higher)\n- [npm](https://www.npmjs.com/get-npm)\n\n### Installation\n\n1. Clone the repository:\n\n    ```bash\n    git clone https://github.com/dante4rt/boxxer-airdrop-bot.git\n    cd boxxer-airdrop-bot\n    ```\n\n2. Install dependencies:\n\n    ```bash\n    npm install\n    ```\n\n### Getting the Token\n\n1. Go to [web.telegram.org](https://web.telegram.org) and log in to your account.\n2. Register to the airdrop bot by navigating to [this link](https://t.me/BoxxerGameBot/boxxer?startapp=qdph29x3).\n3. Open Developer Tools in your browser (usually by pressing `F12` or `Ctrl+Shift+I`).\n4. Go to the \"Network\" tab, then click on \"Fetch/XHR\".\n5. Look for requests with names like `name`, `info`, or `tap`. Click on them to inspect.\n6. Find the token in the \"Authorization\" header of the request.\n7. Copy the token and save it in a file named `tokens.json` in the root directory of your project. The file should be formatted as follows:\n\n    ```json\n    [\"your_token_here\", \"another_token_here\"]\n    ```\n\n### Running the Bot\n\n1. Run the bot:\n\n    ```bash\n    node index.js\n    ```\n\n2. Follow the prompts to choose between one-time or 24-hour running mode.\n\n### Donations\n\nIf you would like to support the development of this project, you can make a donation using the following addresses:\n\n- **Solana**: `GLQMG8j23ookY8Af1uLUg4CQzuQYhXcx56rkpZkyiJvP`\n- **EVM**: `0x960EDa0D16f4D70df60629117ad6e5F1E13B8F44`\n- **BTC**: `bc1p9za9ctgwwvc7amdng8gvrjpwhnhnwaxzj3nfv07szqwrsrudfh6qvvxrj8`\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdante4rt%2Fboxxer-airdrop-bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdante4rt%2Fboxxer-airdrop-bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdante4rt%2Fboxxer-airdrop-bot/lists"}