Skip to content
This repository was archived by the owner on Apr 11, 2025. It is now read-only.

ashtrobe/-DEAD--grass_farming_ext

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Paste your proxies inside proxy_list.txt and the User ID inside id.txt

How to Get GRASS User ID

  1. Open your browser and login to the GRASS dashboard.

  2. Press F12 to open the Inspect Elements panel.

  3. Go to the Console tab and paste the following code:

    localStorage.getItem('userId')
  4. You will receive your user ID, which looks like this: "2oT4xCkPYSNyBp........"

  5. If you can't paste, type allow pasting and press Enter, then paste the line above.

Recommended Python Version

It is recommended to use Python 3.10.
Download Python 3.10 here.

Install Requirements

Run the following command to install the necessary packages:

pip install -r requirements.txt

Running the Script

python run.py

FOR ANDROID

How to Get GRASS User ID Using Android Device

  1. Download and install Kiwi Browser.

  2. Login to the GRASS web and go to the dashboard.

  3. Open the Developer Tools in the Kiwi browser.

  4. Go to the Console tab and paste this code:

    localStorage.getItem('userId')
  5. If you can't paste, type allow pasting and press Enter, then paste the line above.

Configure Termux

After installing Termux, ensure you have allowed storage permission for Termux (device app) settings.
Alternatively, run this command in Termux:

termux-setup-storage

Install Python 3.10

Run the following commands:

pkg update && upgrade
pkg install tur-repo
pkg install python-is-python3.10
pkg install -y rust binutils
CARGO_BUILD_TARGET="$(rustc -Vv | grep "host" | awk '{print $2}')" pip install maturin

Clone This Script and change directory.

pkg install git
git clone https://github.com/ashtrobe/grass-farming-ext.git
cd grass-farming-ext

Install Requirements

pip install -r requirements.txt

Use nano to Paste your id inside id.txt and proxies inside proxy_list.txt

pkg install nano
nano id.txt
nano proxy_list.txt

Run the Script

python run.py

or

python3.10 run.py

About

Farm points in GRASS.IO using proxy and python. (extension 1.25x)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%