download_csv_auto()
. In this version, improved the function structure, downloading the csv files according data date. You can freely download CSV files according to your ideas, such as downloading one or more pig performance test stations each day, downloading the same pig performance test station or multiple pig performance test stations for multiple dates in download_csv_auto()
download_csv_schedule()
. You can download csv files of pig performance test stations according to specific time and date.download_csv_schedule()
.download_csv_auto()
, You can set download folder as you want.download_csv_auto()
has been refactored to make it more understandable.connect_to_browser()
function has been added to download Google/Edge browser and selenium drivers , and also can enable auto-start the drivers on boot.disconnect_from_browser()
has been added to remove the selenium and Browser launched by the connect_to_browser()
function and the auto-start feature.connect_to_browser()
and disconnect_from_browser()
has been modified to be based on the wdauto package, improving the stability of chromedriver and selenium server downloads.connect_to_browser()
has already removed the download of Edgedriver and selenium server.get_csv()
, get_csv_auto()
and get_csv_schedule()
.get_csv()
can download CSV data for a specific location range or date range.get_csv_auto()
can download CSV data for a specific location or date.get_csv_schedule()
can make a download task.download_csv_auto()
.download_csv_auto()
and get_csv_auto()
to be consistent.get_csv_auto()
adds the function of storing CSV data in the specified folder.