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
# grab-cdx.py MCW | |
from requests import Session | |
from rich.console import Console | |
from urllib.parse import urlencode | |
from random import randint | |
from time import sleep | |
URIR = "https://www.samhsa.gov" | |
NICKNAME = "samhsaall" |