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 requests | |
import xml.etree.ElementTree as ET | |
import time | |
import subprocess | |
from base64 import b64decode | |
from OpenSSL import crypto | |
from datetime import datetime | |
import textwrap | |
import tempfile | |
import os |