Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 610 Bytes

File metadata and controls

20 lines (13 loc) · 610 Bytes

ItC-python-Crawler

Description

This is a simple python crawler to crawl the annoucements from NTU CSIE website(https://www.csie.ntu.edu.tw/) within the the specified interval. The result will then be saved to the specified file as csv format.

Usage

python3 main.py --start-date START_DATE --end-date END_DATE [--output OUTPUT]

  • The fromat for the time START_DATE and END_DATE is YYYY-MM-DD
  • The default path for OUTPUT is output.csv

Dependencies

  • python3 3.8.5
  • requests 2.22.0
  • lxml 4.6.2

Collaborator : B08902035 , B08902065 , B08902127