{"id":31816863,"url":"https://github.com/vikitoshi/interlink-auto-bot","last_synced_at":"2026-05-18T04:09:17.923Z","repository":{"id":317348573,"uuid":"987636134","full_name":"vikitoshi/Interlink-Auto-Bot","owner":"vikitoshi","description":"Automated bot for claiming Interlink Labs airdrop tokens, designed for the Interlink platform","archived":false,"fork":false,"pushed_at":"2025-09-30T09:28:25.000Z","size":14,"stargazers_count":38,"open_issues_count":2,"forks_count":10,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-09-30T11:32:56.521Z","etag":null,"topics":["interlink","interlink-bot","interlink-labs"],"latest_commit_sha":null,"homepage":"https://interlinklabs.ai/referral?refCode=88570","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/vikitoshi.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-05-21T11:13:17.000Z","updated_at":"2025-09-30T09:28:29.000Z","dependencies_parsed_at":"2025-09-30T11:32:58.708Z","dependency_job_id":"0b27fbac-0258-4218-b9c6-f3e8f2c63d8f","html_url":"https://github.com/vikitoshi/Interlink-Auto-Bot","commit_stats":null,"previous_names":["vikitoshi/interlink-auto-bot"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/vikitoshi/Interlink-Auto-Bot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vikitoshi%2FInterlink-Auto-Bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vikitoshi%2FInterlink-Auto-Bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vikitoshi%2FInterlink-Auto-Bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vikitoshi%2FInterlink-Auto-Bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vikitoshi","download_url":"https://codeload.github.com/vikitoshi/Interlink-Auto-Bot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vikitoshi%2FInterlink-Auto-Bot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279006749,"owners_count":26084185,"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","status":"online","status_checked_at":"2025-10-11T02:00:06.511Z","response_time":55,"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":["interlink","interlink-bot","interlink-labs"],"created_at":"2025-10-11T09:58:42.936Z","updated_at":"2025-10-11T09:59:06.587Z","avatar_url":"https://github.com/vikitoshi.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Interlink Auto Bot\r\n\r\nAutomated bot for claiming Interlink Labs airdrop tokens, designed for the Interlink platform.\r\n\r\n## 🚦 Register\r\n\r\n- **Link**: https://interlinklabs.ai/referral?refCode=88570\r\n\r\n## 🚀 Features\r\n\r\n- **Automatic Token Claims**: Claims airdrop tokens every 4 hours automatically\r\n- **Smart Proxy Support**: Rotates between multiple proxies to avoid IP blocks\r\n- **Persistent Login**: Securely stores your JWT token for automatic reconnection\r\n- **Error Handling**: Robust error handling with automatic retry mechanisms\r\n- **OTP Support**: Full support for email-based OTP verification\r\n\r\n## 📋 Prerequisites\r\n\r\n- Node.js v16.x or higher\r\n- NPM v8.x or higher\r\n- Valid Interlink account with email verification\r\n\r\n## 🔧 Installation\r\n\r\n1. Clone the repository:\r\n```bash\r\ngit clone https://github.com/vikitoshi/Interlink-Auto-Bot.git\r\ncd Interlink-Auto-Bot\r\n```\r\n\r\n2. Install dependencies:\r\n```bash\r\nnpm install\r\n```\r\n\r\n3. Set up your proxies (optional):\r\nCreate a `proxies.txt` file in the root directory and add your proxies, one per line.\r\nFormat: `host:port:username:password` or `protocol://host:port:username:password`\r\n\r\n## 🚦 Usage\r\n\r\nRun the bot:\r\n```bash\r\nnode index.js\r\n```\r\n\r\nOn first run, you'll be prompted to enter:\r\n- Your login ID or email\r\n- Your passcode\r\n- Your verification email\r\n\r\nAn OTP will be sent to your email. Enter the OTP when prompted.\r\n\r\nAfter successful login, the bot will:\r\n1. Display your account information\r\n2. Check if tokens are claimable\r\n3. Claim tokens if available\r\n4. Set up a countdown timer to the next claim\r\n5. Automatically attempt claims at the optimal time\r\n\r\n## ⚙️ Configuration\r\n\r\n### Proxy Setup\r\n\r\nThe bot supports HTTP, HTTPS, SOCKS4, and SOCKS5 proxies.\r\n\r\nExample proxies.txt:\r\n```\r\nhttp://1.2.3.4:8080:user:pass\r\nsocks5://5.6.7.8:1080\r\n1.2.3.4:8080:user:pass\r\n```\r\n\r\n### Claim Interval\r\n\r\nThe default claim interval is 4 hours. You can modify this in the source code if needed.\r\n\r\n## 📝 Notes\r\n\r\n- The bot stores your JWT token in `token.txt` for persistent sessions\r\n- If your token expires, the bot will automatically prompt for re-login\r\n- Token balance is displayed after each successful claim\r\n- Console output is color-coded for better visibility\r\n\r\n## 🔒 Security\r\n\r\n- Your credentials are never stored in plain text\r\n- The bot only stores the JWT token, not your login credentials\r\n- All API requests are made over HTTPS\r\n\r\n## ⚠️ Disclaimer\r\n\r\nThis bot is for educational purposes only. Use at your own risk. The developers are not responsible for any account restrictions or bans resulting from the use of this bot.\r\n\r\n## 📄 License\r\n\r\nThis project is licensed under the MIT License - see the LICENSE file for details.\r\n\r\n## 👥 Contributors\r\n\r\n- Airdrop Insiders Community\r\n\r\n## 🙏 Support\r\n\r\nIf you find this bot helpful, consider supporting us by using our referral codes or contributing to the project.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvikitoshi%2Finterlink-auto-bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvikitoshi%2Finterlink-auto-bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvikitoshi%2Finterlink-auto-bot/lists"}