{"id":27433118,"url":"https://github.com/rosellines/prior-auto-bot","last_synced_at":"2026-05-09T09:47:41.724Z","repository":{"id":287734104,"uuid":"965630110","full_name":"Rosellines/Prior-Auto-Bot","owner":"Rosellines","description":"PRIOR TESNET AUTO BOT","archived":false,"fork":false,"pushed_at":"2025-04-13T16:28:34.000Z","size":15,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-14T17:14:08.764Z","etag":null,"topics":["bot","nodejs","npm"],"latest_commit_sha":null,"homepage":"https://testnetpriorprotocol.xyz/swap","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/Rosellines.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-04-13T15:28:32.000Z","updated_at":"2025-04-13T23:39:43.000Z","dependencies_parsed_at":"2025-04-13T16:38:32.325Z","dependency_job_id":"08959ed7-dd79-461e-a0b4-d4d9eb57535a","html_url":"https://github.com/Rosellines/Prior-Auto-Bot","commit_stats":null,"previous_names":["rosellines/prior-auto-bot"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rosellines%2FPrior-Auto-Bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rosellines%2FPrior-Auto-Bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rosellines%2FPrior-Auto-Bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rosellines%2FPrior-Auto-Bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Rosellines","download_url":"https://codeload.github.com/Rosellines/Prior-Auto-Bot/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248923768,"owners_count":21183953,"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":["bot","nodejs","npm"],"created_at":"2025-04-14T17:14:11.246Z","updated_at":"2026-05-09T09:47:41.647Z","avatar_url":"https://github.com/Rosellines.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Prior Testnet Auto Bot\r\n\r\nThis bot automates swapping PRIOR tokens for USDT/USDC on the Base Sepolia testnet to help users participate in the PRIOR airdrop activity.\r\n\r\n## Features\r\n\r\n- Support for multiple wallets through environment variables\r\n- Automatic approval of PRIOR tokens\r\n- Random amount swapping (between 0.001 and 0.002 PRIOR)\r\n- Random token selection (USDT or USDC)\r\n- Detailed transaction logging with status emojis\r\n- Balance checking for ETH, PRIOR, USDT, and USDC\r\n\r\n## Prerequisites\r\n\r\n- Node.js (v14 or higher)\r\n- NPM or Yarn\r\n- Private keys for wallets with Base Sepolia ETH and PRIOR tokens\r\n- take faucet on https://testnetpriorprotocol.xyz/faucet\r\n## Installation\r\n\r\n1. Clone the repository:\r\n\r\n```bash\r\ngit clone https://github.com/Rosellines/Prior-Auto-Bot.git\r\ncd Prior-Testnet-Auto-Bot\r\n```\r\n\r\n2. Install dependencies:\r\n\r\n```bash\r\nnpm install\r\n```\r\n\r\n3. Create a `.env` file in the project root with your private keys:\r\n\r\n```\r\nPRIVATE_KEY_1=your_private_key_1\r\nPRIVATE_KEY_2=your_private_key_2\r\nPRIVATE_KEY_3=your_private_key_3\r\n# Add as many as you need\r\n```\r\n\r\nAlternatively, you can use a single key:\r\n\r\n```\r\nPRIVATE_KEY=your_private_key\r\n```\r\n\r\n## Usage\r\n\r\nRun the bot with:\r\n\r\n```bash\r\nnode index.js\r\n```\r\n\r\nThe bot will:\r\n1. Display all loaded wallets\r\n2. Ask how many swaps to perform per wallet\r\n3. Execute random swaps between PRIOR and USDT/USDC\r\n4. Show wallet balances before and after operations\r\n\r\n## Smart Contract Addresses\r\n\r\n- PRIOR Token: 0xc19Ec2EEBB009b2422514C51F9118026f1cD89ba\r\n- USDT Token: 0x014397DaEa96CaC46DbEdcbce50A42D5e0152B2E\r\n- USDC Token: 0x109694D75363A75317A8136D80f50F871E81044e\r\n- Router: 0x0f1DADEcc263eB79AE3e4db0d57c49a8b6178B0B\r\n\r\n## Network\r\n\r\n- Base Sepolia Testnet (Chain ID: 84532)\r\n- RPC URL: https://base-sepolia-rpc.publicnode.com/...\r\n\r\n## Security Notice\r\n\r\n- Keep your private keys safe\r\n- This bot is for testnet only\r\n- Never use your mainnet private keys\r\n\r\n## Disclaimer\r\n\r\nThis project is for educational purposes only. Use at your own risk. The developers are not responsible for any potential loss of funds.\r\n\r\n## License\r\n\r\nMIT\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frosellines%2Fprior-auto-bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frosellines%2Fprior-auto-bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frosellines%2Fprior-auto-bot/lists"}