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
| from concurrent.futures import ThreadPoolExecutor | |
| import json | |
| from pathlib import Path | |
| import sys | |
| from typing import List | |
| import requests | |
| ### How to extract the AUTHTOKEN: | |
| ### 1. Open DevTools (f12 on chrome) |