top of page
Automatic System
in Python
Publish Date
4/3/2020
Dedicating data from web and insert into database system.
This page provides the steps of setting up the Automatic System by Sara Huang and an engineer Richard Wu.
Front Setting.

Fetch Data from Web.




Insert Data to Database.



Final Setting.
Crontab Setting:
-
Set Crontab TakeETF.py for every weekday 3PM
-
Set Crontab InsertETF2Table.py for everySaturday.py 6PM
Further Improvement.
File change notify insert data into database after successfully download files from website.
Using module "inotify"
bottom of page