Download and install Kiwi Browser.
Login to grass web and go to the dashboard, then 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, Make Sure You Allowed Storage Permission On Termux (device app) Settings. Or Run This Command In Termux -
termux-setup-storage
Install Python 3.10 -
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
CHANGE DIRECTORY TO SCRIPT FOLDER
cd grasswoex
Install Requirements
pip install --upgrade pip
pip install -r requirements.txt
python lite.py