- 王苡涵、陳奕瑄、蔡旻諺
- B08902037, B08902057, B08902103
- This is a crawler which can turn NTU CSIE news into a csv file.
- When calling main.py by using the command below:
python3 main.py --start-date [start date] --end-date [end date] --output [out filename]
- The program will create a file called "[out filename].csv" which includes dates, titles and contents in the period([start date] ~ [end date]).
- Python 3.7.2
- Lxml 4.4.2