Skip to content

AlbertLin0327/ItC_Python_Crawler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

ItC Python Crawler Project

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages