{"id":29246879,"url":"https://github.com/mesamirh/openverse-bot","last_synced_at":"2026-04-29T02:42:09.562Z","repository":{"id":302310910,"uuid":"1009164288","full_name":"mesamirh/OpenVerse-Bot","owner":"mesamirh","description":"An automated bot for interacting with the OpenVerse platform to perform daily tasks, claim rewards, and manage multiple wallet accounts efficiently.","archived":false,"fork":false,"pushed_at":"2025-07-01T16:42:25.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-01T17:42:55.424Z","etag":null,"topics":["airdrop","nodejs","script","web3js"],"latest_commit_sha":null,"homepage":"https://launch.openverse.network/#/home?referral_code=TTK5I6LN","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/mesamirh.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-06-26T17:20:10.000Z","updated_at":"2025-07-01T16:42:28.000Z","dependencies_parsed_at":"2025-07-01T17:54:46.187Z","dependency_job_id":null,"html_url":"https://github.com/mesamirh/OpenVerse-Bot","commit_stats":null,"previous_names":["mesamirh/openverse-bot"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mesamirh/OpenVerse-Bot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mesamirh%2FOpenVerse-Bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mesamirh%2FOpenVerse-Bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mesamirh%2FOpenVerse-Bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mesamirh%2FOpenVerse-Bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mesamirh","download_url":"https://codeload.github.com/mesamirh/OpenVerse-Bot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mesamirh%2FOpenVerse-Bot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32408446,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T02:37:21.628Z","status":"ssl_error","status_checked_at":"2026-04-29T02:36:50.947Z","response_time":110,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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","nodejs","script","web3js"],"created_at":"2025-07-03T23:39:07.778Z","updated_at":"2026-04-29T02:42:04.554Z","avatar_url":"https://github.com/mesamirh.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🚀 OpenVerse Automation Bot\n\nAn automated bot for interacting with the OpenVerse platform to perform daily tasks, claim rewards, and manage multiple wallet accounts efficiently.\n\n## ✨ Features\n\n- **Multi-Wallet Support**: Process multiple crypto wallets simultaneously\n- **Automated Daily Check-ins**: Automatically perform daily sign-ins to earn points\n- **tBTG Token Claiming**: Automatically claim test BitGold (tBTG) tokens\n- **Session Management**: Handles authentication and session cookies automatically\n- **Real-time Status Display**: Beautiful console output with color-coded status updates\n- **Error Handling**: Robust error handling with detailed logging\n- **Referral Support**: Built-in referral code system\n\n## 📋 Prerequisites\n\n- Node.js (v16 or higher)\n- npm or yarn package manager\n- Valid Ethereum wallet private key(s)\n\n## 🛠️ Installation\n\n1. **Clone the repository**:\n\n   ```bash\n   git clone https://github.com/mesamirh/OpenVerse-Bot.git\n   cd OpenVerse-Bot\n   ```\n\n2. **Install dependencies**:\n\n   ```bash\n   npm install\n   ```\n\n3. **Configure environment variables**:\n   - Copy the `.env.example` file to `.env`\n   - Add your wallet private keys and referral code\n\n## ⚙️ Configuration\n\nCreate a `.env` file in the root directory with the following variables:\n\n```env\n# Paste your wallet private key here.\n# Do NOT include the '0x' prefix.\n# If you have multiple keys, separate them with a comma, e.g., key1,key2\nPRIVATE_KEYS=your_private_key_without_0x_prefix\n\n# The referral code to use for new accounts.\nREFERRAL_CODE=TTK5I6LN\n```\n\n### Important Security Notes:\n\n- ⚠️ **Never share your private keys**\n- ⚠️ **Keep your `.env` file secure and never commit it to version control**\n- ⚠️ **Remove the `0x` prefix from your private keys**\n- ⚠️ **Use comma separation for multiple private keys**\n\n## 🚀 Usage\n\nRun the bot with:\n\n```bash\nnode bot.js\n```\n\nThe bot will:\n\n1. Load all configured wallet accounts\n2. For each account:\n   - Authenticate with the OpenVerse platform\n   - Display initial account status (points, tBTG balance)\n   - Perform daily check-in\n   - Claim tBTG tokens\n   - Display final account status\n3. Process all accounts with appropriate delays between operations\n\n## 📊 Bot Activities\n\nThe bot performs the following automated tasks:\n\n| Task               | Description                   | Reward      |\n| ------------------ | ----------------------------- | ----------- |\n| **Daily Check-in** | Signs in daily to earn points | Points      |\n| **tBTG Claiming**  | Claims test BitGold tokens    | tBTG tokens |\n\n## 🎨 Console Output\n\nThe bot provides colorful, real-time console output showing:\n\n- 🔒 Authentication status\n- ✍️ Message signing progress\n- ✅ Successful operations\n- ⚠️ Warnings and already completed tasks\n- ❌ Errors and failures\n- 👤 Account status with points and token balances\n\n## 📁 Project Structure\n\n```\nopenverse-bot/\n├── bot.js              # Main bot application\n├── package.json        # Node.js dependencies and scripts\n├── .env               # Environment configuration (not tracked)\n├── .gitignore         # Git ignore rules\n└── README.md          # This file\n```\n\n## 🔧 Dependencies\n\n- **ethers**: Ethereum wallet and signing functionality\n- **axios**: HTTP client for API requests\n- **axios-cookiejar-support**: Cookie jar support for session management\n- **tough-cookie**: Cookie parsing and management\n- **chalk**: Terminal text styling and colors\n- **dotenv**: Environment variable management\n\n## 🐛 Troubleshooting\n\n### Common Issues:\n\n1. **\"No private keys found\"**\n\n   - Ensure your `.env` file exists and contains valid `PRIVATE_KEYS`\n   - Check that private keys don't include the `0x` prefix\n\n2. **Login failures**\n\n   - Verify your private keys are valid\n   - Check your internet connection\n   - Ensure the OpenVerse platform is accessible\n\n3. **Module import errors**\n   - Run `npm install` to ensure all dependencies are installed\n   - Check Node.js version compatibility\n\n## 🔐 Security Best Practices\n\n1. **Never commit `.env` files** to version control\n2. **Use separate wallets** for automation (don't use your main wallet)\n3. **Keep private keys secure** and never share them\n4. **Regularly update dependencies** for security patches\n5. **Monitor bot activity** and stop if unusual behavior occurs\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmesamirh%2Fopenverse-bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmesamirh%2Fopenverse-bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmesamirh%2Fopenverse-bot/lists"}