Skip to content

某勤怠システムから勤怠情報を抜き出してCSV出力するスクリプト

Notifications You must be signed in to change notification settings

KobayashiTakaki/CreateCsvForSomeSystem

Repository files navigation

CreateCsvForSomeSystem

Create csv file from Some WebPage for importing data to Some System

勤怠システムからCSVを作りたいなーと思い、作ったスクリプトです。
Seleniumを使ってログイン、BeautifulSoupを使ってスクレイピングをします。
こちらに解説を書きました。
https://takakisan.com/selenium-beautifulsoup-scraping/

Requirement

  • Python3
  • Python bindings for Selenium
  • chromedriver
  • BeautiflSoup4

Usage

CreateCsvForSomeSystem.py <order_no> <phase_no>

About

某勤怠システムから勤怠情報を抜き出してCSV出力するスクリプト

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages