Skip to content

twine-solutions/grass-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Note

This project is sponsered by proxies.fo, check them out for the best proxies on the market.

Grass Node

Automate Grass Desktop Node with proxies.

Features

  • Identified as Desktop Node (2X points).
  • Works with HTTP, Socks5, Socks5h, Socks4 proxies.
  • Blazing fast (We ❤ Rust).

Setup

  1. Visit Grass and register an account.
  2. Press F12 on the Dashboard page and go to the Console tab.
  3. Paste the following script into the console and copy the value.
    const userId = localStorage.getItem('userId');
    
    if (userId) {
        console.log('Your user ID:', userId);
    } else {
        console.log('Failed to get userId');
    }
  4. Your user ID should look like this: xxxxxxxxxxxxxxxxxxxxxxxxxxx. Do not copy the quotes.

Usage

  1. Install Rust from here.
  2. Clone the repository.
    git clone https://github.com/twine-solutions/grass-node.git
    cd grass-node
  3. Run the project.
    cargo run --release -- --user-id <USER_ID> --proxies <PROXY_FILE>
  4. Replace <USER_ID> with the user ID you copied earlier.
  5. Replace <PROXY_FILE> with the path to your proxies file. The file should contain one proxy per line in the format protocol://user:pass@ip:port.

Credits

About

Automate Grass Desktop Node with proxies.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages