The Python bot script effectively manages WebSocket connections using specified SOCKS5 proxies, Unlimited Proxies, and multiple get grass accounts. It handles authentication, maintains persistent connections with a server, and periodically sends ping messages to ensure continuous connectivity. By leveraging Grass Community Node, you can boost your points by 1.2x. This means you can achieve higher rewards and benefits without the need for additional VPS or proxy server resources if your computer can run 24/7.
#Get User Id
- Open the link and log in https://app.getgrass.io/register/?referralCode=jOZIJ1QkHbnnPWA
- Press F12 on the page to open the console and enter the code
localStorage.userId"PRINTED TEXT IS THE USER_ID" 
#Get Proxies IP address Socks5
- Create a Account in https://app.proxies.fo/ref/2b2ee7cc-2e99-ada0-3c49-9b8928128f40
- Go to plan and buy the below plan

- Now go to DashBoard and
click Go to Generatorbutton - Now change the Proxy formate to
USER:PASS@HOST:PORTand useSocks5in proxy count write any number. 
- Invitation link Get Grass Accounts ( https://app.getgrass.io/register/?referralCode=jOZIJ1QkHbnnPWA )
- Python (install Python By - https://www.python.org/downloads/ [windows/mac]) or Ubuntu Server [
sudo apt install python3] - VPS Server ! You can get Via AWS free Tier or Google Free tier or Gitpod or any online for just ~ 2-5$ per month
- Proxy Server - Buy Only Residential Proxies to Earn $GRASS else you will earn 0% on data Centers / Free Cheap proxies (Best proxy providers are)
- Proxies.fo - https://app.proxies.fo/ref/2b2ee7cc-2e99-ada0-3c49-9b8928128f40 [Buy Only 1GB Plan Enough for 1-6 months and you get Unlimited Accounts or proxies]
- Get User ID from Grass Dashboard
Before running the script, ensure you have Python installed on your machine. Then, install the necessary Python packages using:
git clone git@github.com:qds1014/get_grass_bot.gitcd get_grass_botpip install -r requirements.txt- Replace
User IDandProxy server file locationlist in correct formate inmain.pyFile Line77-78 and 106. - By default 15 proxies will be taken randomly if you wana change then change here
active_proxies = random.sample(all_proxies, 15)line 90. Here 15 means 15 proxy will be used at once. - Dont Forget to add multiple proxies in the proxy.txt file you can add 1000+ proxy !! Formate #
socks5://username:pass@ip:port. - Replace
max_retriesin correct formate inmain.pyFile Line12 - You can get Multiple Proxy Ip address from Proxies.fo Website !! [use multiple IP !
1 IP == ~1500 $Grass per Day. - To Run Script
python3 main.py- Proxy one - To Run multiple User ID just copy paste the
main.pyfile code and create new python file and repeat the process !!.
