-
Open your browser and login to the GRASS dashboard.
-
Press
F12
to open the Inspect Elements panel. -
Go to the Console tab and paste the following code:
localStorage.getItem('userId')
-
You will receive your user ID, which looks like this:
"2oT4xCkPYSNyBp........"
-
If you can't paste, type allow pasting and press Enter, then paste the line above.
It is recommended to use Python 3.10.
Download Python 3.10 here.
Run the following command to install the necessary packages:
pip install -r requirements.txt
python run.py
-
Download and install Kiwi Browser.
-
Login to the GRASS web and go to the dashboard.
-
Open the Developer Tools in the Kiwi browser.
-
Go to the Console tab and paste this code:
localStorage.getItem('userId')
-
If you can't paste, type
allow pasting
and press Enter, then paste the line above.
After installing Termux, ensure you have allowed storage permission for Termux (device app) settings.
Alternatively, run this command in Termux:
termux-setup-storage
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
pkg install git
git clone https://github.com/ashtrobe/grass-farming-ext.git
cd grass-farming-ext
pip install -r requirements.txt
pkg install nano
nano id.txt
nano proxy_list.txt
python run.py
or
python3.10 run.py