Skip to content

將網頁抓的內容存入Access中(以基金現值為例) Catch web content by web-crawler and insert local database use Access (Take the fund as an example)

Notifications You must be signed in to change notification settings

yauyao/autoInsertAccess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AutoInsertAccess - 自動化網頁爬蟲輸入至本地資料庫

將網頁抓的內容存入Access中(以基金現值為例)

一、前言

主要目的為自動化抓取網頁資訊(例如:基金每日淨值),並將其輸入至本地資料庫,再利用本地資料庫的報表功能展現數據,希望藉此減少資料收集所需要的時間。

二、環境需求

  1. Python 3.6
  2. Datebase: Microsoft Access
  3. ODBC(x64)

如果Access在讀取時常常出現錯誤,請查詢Window中的 ODBC資料來源管理員(64位元) 中的 驅動程式是否有出現 Microsoft Access Driver

三、程式架構

autoInsertAccess
│   
└───controller
│   │
│   └── Main.py
│
└───model
│   │   
│   └── Price.py
│   
└───service
│   │
│   └──access
│   │   │ 
│   │   └── insertAccess.py  
│   │
│   └──webCrawler
│       │ 
│       └── crawler.py
│
└───README.md
│
└───requirements.txt 
│
└───.gitignore

About

將網頁抓的內容存入Access中(以基金現值為例) Catch web content by web-crawler and insert local database use Access (Take the fund as an example)

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published