This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import csv | |
import os | |
import re | |
import tempfile | |
import urllib.parse | |
import urllib.request | |
# Base script variables | |
BASE_NPS_URL = "http://nopaystation.com/tsv/" | |
BASE_NPS_VERSIONS = { 1: "", 2: "pending/" } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# To build a A12+ (AOSP/LOS based) on Ubuntu 24.04 (or distros based) | |
# If using virtual machine, prefer VMWare | |
# There are four main steps: | |
################################################################# | |
# Step 1: Setup your environment # | |
################################################################# | |
****Some QoL updates**** |