Skip to content

kelliark/getgrass

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GetGrass Farmer V2

Enhanced multi-account farming bot for GetGrass.io with proxy support and automatic proxy management.

⚠️ Desktop mode is still in Development. Please use Extension mode!

🚀 Latest Updates (January 31, 2025)

  • Added Sessionpool
  • Improved proxy handling and error recovery
  • Optimized connection stability
  • Increased ping interval to 60 seconds for better performance // you can change this in line 221 for main.py while line 220 for noremoveproxy_main.py

Features

  • Multi-Account Support
  • Automatic Proxy Management & Rotation
  • Smart Error Handling & Recovery
  • Beautiful Console Output
  • Wide Browser Support (Edge, Chrome, Firefox, Safari)
  • Both Desktop & Mobile User Agents
  • Failed Proxy Detection & Auto-Replacement

Requirements

  1. GetGrass.io Account UserID (GetGrass Dashboard)
  2. Proxies
  3. VPS or RDP (OPTIONAL)
  4. Python 3.10 or Later
  5. Required packages:

Proxy Setup

Recommended Proxy Providers

Getting Started

1. Get Your UserID

  1. Login to GetGrass.io
  2. Press F12 to open Developer Console
  3. Type and enter:
    allow pasting
  4. Then enter:
    localStorage.getItem('userId')
  5. Copy your UserID (without the quotes)
  6. If you get an error after pasting allow pasting try type it and then enter and just go to step number 4

2. Setup Bot

  1. Clone the repository:

    git clone https://github.com/kelliark/getgrass.git
    cd getgrass
  2. Create and activate a virtual environment:

    python3 -m venv venv
    venv\Scripts\activate
  3. Install packages

    pip install -r requirements.txt
  4. Create uid.txt with your user IDs:

    userId1
    userId2
    userId3
    

Run bot

  • First option
python main.py
  • Second option
python noremoveproxy_main.py

// as it name suggest, the first one is gonna remove dead proxies while the second one don't

The script will:

  • Automatically manage and rotate proxies
  • Move failed proxies to error-proxy.txt
  • Assign new working proxies as needed

Notes

  • Automatically detect how many proxies and will divide all the proxies for all the accounts.
  • You can run this bot at your own risk, I'm not responsible for any loss or damage caused by this bot.
  • This bot is for educational purposes only.

Credits and Acknowledgments

Special thanks to:

  • im-hanzou - For the inspiration and original concept
  • cmalf - For inspiration and contributions to the project

This project builds upon their work to create an enhanced multi-account farming solution for GetGrass.io.

About

GetGrass.io Auto Farmer | Automate Farming Grass by using proxies!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%