{"id":28386588,"url":"https://github.com/vikitoshi/pharos-auto-bot","last_synced_at":"2025-06-26T15:31:32.560Z","repository":{"id":293638260,"uuid":"984669616","full_name":"vikitoshi/Pharos-Auto-Bot","owner":"vikitoshi","description":"An automated bot for interacting with the Pharos Testnet, performing swaps, transfers, faucet claims, and daily check-ins to potentially qualify for airdrops","archived":false,"fork":false,"pushed_at":"2025-05-26T06:36:14.000Z","size":20,"stargazers_count":102,"open_issues_count":6,"forks_count":24,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-06T15:35:20.132Z","etag":null,"topics":["airdrop","bot","node","nodejs","pharos","pharos-bot","pharos-testnet","pharos-testnet-bot"],"latest_commit_sha":null,"homepage":"https://testnet.pharosnetwork.xyz/experience?inviteCode=YpfDtKe9VFhbgmBh","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}},"created_at":"2025-05-16T10:02:40.000Z","updated_at":"2025-06-06T10:55:07.000Z","dependencies_parsed_at":"2025-05-16T11:36:29.608Z","dependency_job_id":null,"html_url":"https://github.com/vikitoshi/Pharos-Auto-Bot","commit_stats":null,"previous_names":["vikitoshi/pharos-auto-bot"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/vikitoshi/Pharos-Auto-Bot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vikitoshi%2FPharos-Auto-Bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vikitoshi%2FPharos-Auto-Bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vikitoshi%2FPharos-Auto-Bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vikitoshi%2FPharos-Auto-Bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vikitoshi","download_url":"https://codeload.github.com/vikitoshi/Pharos-Auto-Bot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vikitoshi%2FPharos-Auto-Bot/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262094387,"owners_count":23257950,"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":["airdrop","bot","node","nodejs","pharos","pharos-bot","pharos-testnet","pharos-testnet-bot"],"created_at":"2025-05-30T15:12:05.169Z","updated_at":"2025-06-26T15:31:32.547Z","avatar_url":"https://github.com/vikitoshi.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Pharos Testnet Auto Bot\r\n\r\nAn automated bot for interacting with the Pharos Testnet, performing swaps, transfers, faucet claims, and daily check-ins to potentially qualify for airdrops.\r\n\r\n## Features ✨\r\n\r\n- **Automated Swaps**: Performs random swaps between WPHRS and USDC tokens\r\n- **PHRS Transfers**: Sends small amounts of PHRS to random addresses\r\n- **Faucet Claims**: Automatically claims testnet tokens from the faucet\r\n- **Daily Check-ins**: Completes daily check-in tasks for potential rewards\r\n- **Proxy Support**: Rotates proxies for each operation (if provided)\r\n- **Multi-wallet Support**: Processes multiple wallets sequentially\r\n\r\n## Prerequisites 📋\r\n\r\n- Node.js (v18 or higher)\r\n- npm or yarn\r\n- Pharos Testnet wallet with private keys\r\n- (Optional) Proxy list in `proxies.txt`\r\n\r\n## Installation ⚙️\r\n\r\n1. Clone the repository:\r\n   ```bash\r\n   git clone https://github.com/vikitoshi/Pharos-Auto-Bot.git\r\n   cd Pharos-Auto-Bot\r\n   ```\r\n\r\n2. Install dependencies:\r\n   ```bash\r\n   npm install\r\n   ```\r\n\r\n3. Create a `.env` file in the root directory with your private keys:\r\n   ```\r\n   PRIVATE_KEY_1=your_first_private_key_here\r\n   PRIVATE_KEY_2=your_second_private_key_here\r\n   ```\r\n\r\n4. (Optional) Add proxies to `proxies.txt` (one per line):\r\n   ```\r\n   http://user:pass@ip:port\r\n   socks5://user:pass@ip:port\r\n   ```\r\n\r\n## Configuration ⚙️\r\n\r\nThe bot comes with default settings for the Pharos Testnet, but you can modify:\r\n\r\n- Network RPC URL in `networkConfig`\r\n- Contract addresses in `tokens` object\r\n- Swap amounts in `performSwap` function\r\n- Transfer amounts in `transferPHRS` function\r\n\r\n## Usage 🚀\r\n\r\nRun the bot:\r\n```bash\r\nnode index.js\r\n```\r\n\r\nThe bot will:\r\n1. Display a banner with project info\r\n2. Load proxies (if available)\r\n3. Process each wallet sequentially:\r\n   - Claim faucet (if available)\r\n   - Perform daily check-in\r\n   - Execute 10 PHRS transfers\r\n   - Execute 10 token swaps\r\n4. Repeat every 30 minutes\r\n\r\n## Logging 📝\r\n\r\nThe bot provides color-coded logs:\r\n- ✅ Success messages (green)\r\n- ⚠️ Warnings (yellow)\r\n- ❌ Errors (red)\r\n- 🔄 Loading/process indicators (cyan)\r\n- ➤ Step-by-step actions (white)\r\n\r\n## Important Notes ⚠️\r\n\r\n1. This bot is for TESTNET use only\r\n2. Never use mainnet private keys\r\n3. The bot runs indefinitely until stopped (Ctrl+C)\r\n4. All transactions use 0 gas price (testnet feature)\r\n5. The bot includes random delays between operations\r\n\r\n## Support 💬\r\n\r\nFor issues or questions, please open an issue on GitHub.\r\n\r\n## Disclaimer ⚠️\r\n\r\nThis software is provided \"as is\" without warranties. Use at your own risk. The developers are not responsible for any losses or issues caused by using this bot.\r\n\r\n## License 📄\r\n\r\nMIT License - See LICENSE file for details\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvikitoshi%2Fpharos-auto-bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvikitoshi%2Fpharos-auto-bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvikitoshi%2Fpharos-auto-bot/lists"}