This file contains 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 urllib.request | |
import urllib.parse | |
from bs4 import BeautifulSoup | |
import requests | |
import json | |
import wget | |
import sys | |
from termcolor import cprint, colored | |
from collections import OrderedDict |