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
############################ PACKAGE IMPORTS | |
import time | |
from selenium import webdriver | |
from bs4 import BeautifulSoup | |
import os | |
import datetime | |
import xlsxwriter | |
import gspread | |
from google.oauth2.service_account import Credentials |