Skip to content

DevvDreamer/iSweden

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Paste your proxies inside local_proxies.txt and the User ID inside user_id.txt

How to Get GRASS User ID

  1. Open your browser and login to the GRASS dashboard.

  2. Press F12 to open the Inspect Elements panel.

  3. Go to the Console tab and paste the following code:

    localStorage.getItem('userId')
  4. You will receive your user ID, which looks like this: "2oT4xCkPYSNyBp........"

  5. If you can't paste, type allow pasting and press Enter, then paste the line above.

Recommended Python Version

It is recommended to use Python 3.10.
Download Python 3.10 here.

Install Requirements

Run the following command to install the necessary packages:

pip install -r requirements.txt

Running the Script

You can run the script using the following commands:

Using Free Proxies (Automatically Assigned)

python grass_freeproxy.py

This script will automatically assign free proxies using the Proxyscrape API.

Using Personal Proxies

python grass_proxy.py

FOR ANDROID

How to Get GRASS User ID Using Android Device

  1. Download and install Kiwi Browser.

  2. Login to the GRASS web and go to the dashboard.

  3. Open the Developer Tools in the Kiwi browser.

  4. Go to the Console tab and paste this code:

    localStorage.getItem('userId')
  5. If you can't paste, type allow pasting and press Enter, then paste the line above.

Configure Termux

After installing Termux, ensure you have allowed storage permission for Termux (device app) settings.
Alternatively, run this command in Termux:

termux-setup-storage

Install Python 3.10

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

Clone This Script and do the rest.

About

BästaJävlaKartan is a tool that compares OpenStreetMap data against various open data sources from Sweden, and reports and deviations it …

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages