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
#!/usr/bin/env python3 | |
import requests | |
import sys | |
from urllib.parse import urlparse, parse_qs, quote | |
user_agent: str = ( | |
"Mozilla/5.0 (Linux; Android 4.1.1; Galaxy Nexus Build/JRO03C) " | |
"AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Mobile Safari/535.19_CCS_APP_AOS" | |
) |