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
###Imported Required Libraries | |
import requests, bs4 | |
import webbrowser | |
import sqlalchemy | |
import unicodedata | |
from sqlalchemy import create_engine | |
from sqlalchemy import MetaData, Column, Table, ForeignKey | |
from sqlalchemy import Integer, String | |
import mysql.connector |