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 os, sys | |
| # os.system("pip3 install requests bs4 pygsheets") | |
| import traceback | |
| import requests | |
| import time | |
| from bs4 import BeautifulSoup | |
| import pygsheets | |
| from pygsheets.datarange import DataRange |
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 os, sys | |
| # os.system("pip3 install requests bs4 pygsheets") | |
| import traceback | |
| import requests | |
| import time | |
| from bs4 import BeautifulSoup | |
| import pygsheets | |
| from pygsheets.datarange import DataRange |