-
Open your browser and login to the GRASS dashboard.
-
Press
F12to 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.txtYou can run the script using the following commands:
python grass_freeproxy.pyThis script will automatically assign free proxies using the Proxyscrape API.
python grass_proxy.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 pastingand 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-storageRun 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