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 argparse | |
import requests | |
import time | |
import json | |
import locale | |
locale.setlocale(locale.LC_ALL, 'en_US') | |
def main(): | |
""" | |
Entry point of the application |