{"id":29702471,"url":"https://github.com/ahmuq/dawn-bot","last_synced_at":"2026-02-17T01:33:03.979Z","repository":{"id":282484567,"uuid":"948689205","full_name":"ahmuq/dawn-bot","owner":"ahmuq","description":"dawn validator keep alive bot","archived":false,"fork":false,"pushed_at":"2025-03-14T22:31:04.000Z","size":8,"stargazers_count":5,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-23T13:00:02.485Z","etag":null,"topics":["airdrop","dawn","dawn-validator","javascript"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/ahmuq.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-03-14T19:25:12.000Z","updated_at":"2025-04-23T02:09:18.000Z","dependencies_parsed_at":null,"dependency_job_id":"86dd8b15-9cc6-4a28-96c4-e0388ecf8fd7","html_url":"https://github.com/ahmuq/dawn-bot","commit_stats":null,"previous_names":["ahlulmukh/dawn-bot","ahmuq/dawn-bot"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ahmuq/dawn-bot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahmuq%2Fdawn-bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahmuq%2Fdawn-bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahmuq%2Fdawn-bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahmuq%2Fdawn-bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ahmuq","download_url":"https://codeload.github.com/ahmuq/dawn-bot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahmuq%2Fdawn-bot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29529438,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-17T00:57:22.232Z","status":"ssl_error","status_checked_at":"2026-02-17T00:54:25.811Z","response_time":115,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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","dawn","dawn-validator","javascript"],"created_at":"2025-07-23T12:39:25.960Z","updated_at":"2026-02-17T01:33:03.961Z","avatar_url":"https://github.com/ahmuq.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dawn Validator bot\n\nfor keeping keep alive dawn to earn point\n\n## Features\n\n- Multi Account\n- Uses proxies to avoid IP bans/Limit.\n- Auto get new token and appid if expired\n\n## Requirements\n\n- NodeJS [Download](https://nodejs.org/en/download).\n- Dawn Validator Account.\n- 2Captcha / AntiCaptcha Apikey , if you don't have apikey services you can using telegram bot for solving captcha.\n- Proxy (Optional).\n- Get token telegram with bot father @BotFather (search in telegram)\n- Get Chat ID with bot @userinfobot (search in telegram)\n\n## Installation\n\n1. Clone the repository:\n\n   ```sh\n   git clone https://github.com/ahlulmukh/dawn-bot.git\n   cd dawn-bot\n   ```\n\n2. Instal Packages:\n\n   ```sh\n   npm install\n   ```\n\n3. Create a `proxy.txt` file in the root directory and add your proxies (one per line) (Optional).\n\n   ```\n   http://user:pass@host:port\n   http://user:pass@host:port\n   http://user:pass@host:port\n   ```\n\n4. Crete account file, `cp accounts.json.example accounts.json` and put your email password, if you dont have appid or token just leave it, bot can make it for you.\n\n   ```json\n   [\n     {\n       \"email\": \"email\",\n       \"password\": \"pw\",\n       \"data\": {\n         \"appid\": \"\",\n         \"token\": \"\"\n       }\n     },\n     {\n       \"email\": \"email2\",\n       \"password\": \"pw2\",\n       \"data\": {\n         \"appid\": \"\",\n         \"token\": \"\"\n       }\n     },\n     {\n       \"email\": \"email3\",\n       \"password\": \"pw3\",\n       \"data\": {\n         \"appid\": \"\",\n         \"token\": \"\"\n       }\n     }\n   ]\n   ```\n\n5. Make config for captcha services `cp config.js.example config.js`\n\n   ```js\n   module.exports = {\n     captchaServices: {\n       captchaUsing: \"2captcha\", // '2captcha' or 'antiCaptcha' or 'manual' for telegram bot solving\n       captcha2Apikey: [\"your_apikey\"], // array\n       antiCaptcha: [\"your_apikey\"], // array\n     },\n     telegramConfig: {\n       botToken: \"your_bot_token\", //change with your bot token\n       chatId: \"your_chat_id\", // change with your id telegram\n     },\n   };\n   ```\n\n## Usage\n\n1. Run the bot:\n\n```sh\nnode .\n```\n\n2. And Done\n\n## Stay Connected\n\n- Channel Telegram : [Telegram](https://t.me/elpuqus)\n- Channel WhatsApp : [Whatsapp](https://whatsapp.com/channel/0029VavBRhGBqbrEF9vxal1R)\n- Discord : [Discord](https://discord.com/invite/uKM4UCAccY)\n\n## Donation\n\nIf you would like to support the development of this project, you can make a donation using the following addresses:\n\n- Solana: `5jQMndHzWVH8MCitXdUEYmshJZXVKCzUG12mxJku4WdX`\n- EVM: `0x72120c3c9cf3fee3ad57a34d5fcdbffe45f4ff28`\n- BTC: `bc1ppfl3w3l4spnda7lawlhlycwuq2ekz74c936c8emwfprfu9hyun6sq5k6xl`\n\n## Disclaimer\n\nThis tool is for educational purposes only. Use it at your own risk.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fahmuq%2Fdawn-bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fahmuq%2Fdawn-bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fahmuq%2Fdawn-bot/lists"}