{"id":27433117,"url":"https://github.com/rosellines/tea-autobot","last_synced_at":"2026-04-07T08:32:34.074Z","repository":{"id":287742036,"uuid":"965651041","full_name":"Rosellines/Tea-Autobot","owner":"Rosellines","description":"TEA AUTOBOT SWAP \u0026 STACK","archived":false,"fork":false,"pushed_at":"2025-04-13T16:29:52.000Z","size":8,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-14T17:14:12.863Z","etag":null,"topics":["bot","deploy","nodejs","npm","python","python3"],"latest_commit_sha":null,"homepage":"https://app.tea.xyz/","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-13T16:18:34.000Z","updated_at":"2025-04-13T23:39:41.000Z","dependencies_parsed_at":"2025-04-14T17:14:14.953Z","dependency_job_id":"6b064b0e-6d24-4493-97f3-806b0fcc5196","html_url":"https://github.com/Rosellines/Tea-Autobot","commit_stats":null,"previous_names":["rosellines/tea-autobot"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Rosellines/Tea-Autobot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rosellines%2FTea-Autobot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rosellines%2FTea-Autobot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rosellines%2FTea-Autobot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rosellines%2FTea-Autobot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Rosellines","download_url":"https://codeload.github.com/Rosellines/Tea-Autobot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rosellines%2FTea-Autobot/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268240356,"owners_count":24218356,"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-08-01T02:00:08.611Z","response_time":67,"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":["bot","deploy","nodejs","npm","python","python3"],"created_at":"2025-04-14T17:14:11.241Z","updated_at":"2026-04-07T08:32:34.039Z","avatar_url":"https://github.com/Rosellines.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tea Auto Bot 🍵\r\n\r\nA command-line interface (CLI) tool for automating interactions with the Tea Sepolia Testnet. This bot helps you manage your TEA tokens, stake, claim rewards, and perform various transactions on the Tea blockchain.\r\n\r\n## Features\r\n\r\n- 🔄 Send TEA to random addresses (single or batch)\r\n- 📌 Stake TEA tokens\r\n- 💰 Claim staking rewards\r\n- 🔙 Withdraw stTEA tokens\r\n- 🤖 Automated daily task (100 transfers)\r\n- 🌐 Proxy support for network requests\r\n\r\n## Installation\r\n\r\n1. Clone this repository:\r\n```bash\r\ngit clone https://github.com/Rosellines/Tea-Autobot.git\r\ncd Tea-Auto-Bot\r\n```\r\n\r\n2. Install dependencies:\r\n```bash\r\nnpm install\r\n```\r\n\r\n3. Create a `.env` file in the root directory with your private key:\r\n```\r\nPRIVATE_KEY=your_private_key_here\r\n```\r\n\r\n## Proxy Setup (Optional)\r\n\r\nTo use proxies with the bot, create a `proxies.txt` file in the root directory with one proxy per line in the format:\r\n```\r\nip:port\r\nhttp://username:password@username:password\r\n```\r\n\r\n## Usage\r\n\r\nStart the bot:\r\n```bash\r\nnpm start\r\n```\r\n\r\n### Main Menu Options:\r\n\r\n1. **Send TEA to random addresses** - Transfer TEA to randomly generated addresses\r\n2. **Stake TEA** - Stake your TEA tokens to earn rewards\r\n3. **Claim rewards** - Claim your staking rewards\r\n4. **Withdraw stTEA** - Withdraw your staked TEA tokens\r\n5. **Daily task** - Execute 100 transfers of 0.0001 TEA (good for activity)\r\n6. **Exit** - Exit the application\r\n\r\n## Network Information\r\n\r\n- **Network**: Tea Sepolia Testnet\r\n- **RPC URL**: https://tea-sepolia.g.alchemy.com/public\r\n- **Chain ID**: 10218\r\n- **Symbol**: TEA\r\n- **Explorer**: https://sepolia.tea.xyz/\r\n\r\n## Security Notice\r\n\r\n⚠️ **Important**: Never share your private key or `.env` file with anyone. Keep your keys secure.\r\n\r\n## Support\r\n\r\nJoin our Telegram channel for support and updates: https://t.me/AirdropInsiderID\r\n\r\n## License\r\n\r\nMIT\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frosellines%2Ftea-autobot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frosellines%2Ftea-autobot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frosellines%2Ftea-autobot/lists"}