{"id":18223922,"url":"https://github.com/dante4rt/getgrass-bot","last_synced_at":"2025-07-12T23:34:42.662Z","repository":{"id":228128825,"uuid":"773241590","full_name":"dante4rt/getgrass-bot","owner":"dante4rt","description":"A bot for establishing WebSocket connections through various HTTP and SOCKS proxies for farming Grass Airdrop.","archived":false,"fork":false,"pushed_at":"2024-11-17T10:13:20.000Z","size":24,"stargazers_count":374,"open_issues_count":10,"forks_count":103,"subscribers_count":11,"default_branch":"main","last_synced_at":"2025-04-08T11:15:00.870Z","etag":null,"topics":["airdrop","automated","bot","farming","getgrass","grass","solana"],"latest_commit_sha":null,"homepage":"https://t.me/HappyCuanAirdrop","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dante4rt.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2024-03-17T05:47:34.000Z","updated_at":"2025-03-28T01:09:24.000Z","dependencies_parsed_at":null,"dependency_job_id":"d69dc509-86ef-4834-9d7d-d5a41679245d","html_url":"https://github.com/dante4rt/getgrass-bot","commit_stats":{"total_commits":17,"total_committers":3,"mean_commits":5.666666666666667,"dds":"0.17647058823529416","last_synced_commit":"34472ca97bfa3803b7d25532edaea3d5bbce3ce9"},"previous_names":["dante4rt/getgrass-bot"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dante4rt/getgrass-bot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dante4rt%2Fgetgrass-bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dante4rt%2Fgetgrass-bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dante4rt%2Fgetgrass-bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dante4rt%2Fgetgrass-bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dante4rt","download_url":"https://codeload.github.com/dante4rt/getgrass-bot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dante4rt%2Fgetgrass-bot/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265068709,"owners_count":23706516,"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","automated","bot","farming","getgrass","grass","solana"],"created_at":"2024-11-04T01:05:28.379Z","updated_at":"2025-07-12T23:34:42.638Z","avatar_url":"https://github.com/dante4rt.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# getgrass-bot\n\nThis repository contains the code for `getgrass-bot`, a bot designed to establish WebSocket connections through various HTTP and SOCKS proxies, specifically aimed at farming for Grass Airdrop Season 2.\n\n## Overview\n\n`getgrass-bot` connects to a specified WebSocket server using both HTTP and SOCKS proxies. It leverages the `ws` library for WebSocket communication and integrates the `https-proxy-agent` and `socks-proxy-agent` libraries for enhanced proxy support. This allows for more versatile and resilient connections, accommodating a wider range of proxy types.\n\n## Installation\ninstall nodejs\ncurl -fssL https://deb.nodesource.com/setup_19.x | sudo -E bash\nsudo apt install -y nodejs\n\n1. Clone this repository to your local machine:\n\n   ```bash\n   git clone https://github.com/dante4rt/getgrass-bot.git\n   ```\n\n2. Navigate to the project directory:\n\n   ```bash\n   cd getgrass-bot\n   ```\n\n3. Install the required dependencies using npm:\n\n   ```bash\n   npm install\n   ```\n\n## Usage\n\n1. Obtain your user ID from the Getgrass website:\n\n   - Visit [https://app.getgrass.io/dashboard](https://app.getgrass.io/register/?referralCode=NXZg3yAsUsXKzy2).\n   - Open your browser's developer tools (usually by pressing F12 or right-clicking and selecting \"Inspect\").\n   - Go to the \"Console\" tab.\n   - Paste the following command and press Enter:\n\n     ```javascript\n     localStorage.getItem('userId');\n     ```\n\n   - Copy the value returned, which is your user ID.\n\n2. Create a file named `uid.txt` in the project directory and list your user IDs, each on a new line, like so:\n\n   ```text\n   123123213\n   12313123\n   ```\n\n3. To specify proxies, create a file named `proxy.txt` in the project directory and add your desired proxy URLs, following the same new-line format, like this:\n\n   ```text\n   http://username:password@hostname:port\n   socks5://username:password@hostname:port\n   ```\n\n4. To run the `getgrass-bot`, execute the following command in your terminal:\n\n   ```bash\n   npm start\n   ```\n\n## Donations\n\nIf you would like to support the development of this project, you can make a donation using the following addresses:\n\n- **Solana**: `GLQMG8j23ookY8Af1uLUg4CQzuQYhXcx56rkpZkyiJvP`\n- **EVM**: `0x960EDa0D16f4D70df60629117ad6e5F1E13B8F44`\n- **BTC**: `bc1p9za9ctgwwvc7amdng8gvrjpwhnhnwaxzj3nfv07szqwrsrudfh6qvvxrj8`\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## Contribution\n\nIf you find this project useful, please consider giving it a star on GitHub! Your support motivates further development and enhancements.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdante4rt%2Fgetgrass-bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdante4rt%2Fgetgrass-bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdante4rt%2Fgetgrass-bot/lists"}