my-python-project
用這份文件,簡略記錄一下自己要捉取甲骨文資料,用到的一些 package & 參考文件
有關 word reference
- 使用Python 自動生成 Word 文件的教程_程式設計_程式人生
- Day20-Python 操作 docx 文件 - iT 邦幫忙::一起幫忙解決難題,拯救 IT 人的一天
- Quickstart — python-docx 0.8.11 documentation
有關 google drive api
- Introduction to Google Drive API | Google Developers
- Python Quickstart | Drive API | Google Developers
- Drive API | Google Developers
- 【Google API 教學】如何申請 OAuth 2.0 憑證? 使用Google Drive API 做示範給你看! - WP數位 依照這篇的方式,來申請 OAuth 需要的憑證資料
- 【Google API 教學】Google Drive API upload 使用 Python 上傳單一檔案 基本教學 - WP數位
- 【Google API 教學】Google Drive API upload 使用 Python 上傳到指定資料夾 基本教學 - WP數位
- 使用 PyDrive 來操作
有關 selenium reference
- 必學的Python Selenium套件自動化網頁截圖技巧
- python+selenium 自動填寫表單並提交 - 台部落
- [Python爬蟲教學]整合Python Selenium及BeautifulSoup實現動態網頁爬蟲
- 用python-webdriver實現自動填表的示例程式碼_程式設計_程式人生
- 動態網頁爬蟲第二道鎖 — Selenium教學:如何使用find_element(s)取得網頁元素(附Python 程式碼) | by 行銷資料科學 | Medium