Skip to content

Sinopeal/Grass

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to use

Get User Id

Open the link and log in https://app.getgrass.io/dashboard Press F12 on the page to open the console and enter the code (Ctrl + Shift + i) inspect Write localStorage.getItem('userId') in the console "PRINTED TEXT IS THE USER_ID" image

Get Proxy

The format of the proxy should be

socks5://username:password@ip:port

or

http://username:password@ip:port

I haven't tested many proxy providers but, this is the proxy provider I am using: https://www.goproxy.com/. They can arrange a replacement if the IP is unavailable.

Configure your settings

  1. replace your user id.

image

  1. write your proxies into file proxy.txt

image

Run and earn

  1. Install the requirements
pip install -r requirements.txt
  1. Run the script
python3 main.py

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%