Requestor Module
Send get requests.
requestor
def requestor(url: str, session: Session = None, proxies: Dict[str, str] = None, timeout: int = 5) -> Response
Send get requests.
Arguments:
urlstr - The url to send a request to.
sessionSession - A Session object to send a request with.
proxiesdict - Dictionary mapping protocol to the URL of the proxy.
timeoutint - How long to wait for the server to send a response.