Skip to content

Latest commit

 

History

History
24 lines (24 loc) · 671 Bytes

README.md

File metadata and controls

24 lines (24 loc) · 671 Bytes

puppeteer-spider-tilc-teachers

A simple spider demo with node.js and puppeteer

Build Setup

npm install 

spider.js

  • First, you need tilc's username and password :P
  • get datas from the multiple pages
  • save it to json file.

How To Use

node spider.js

spider.js

decode.js

  • decode json file
  • 0: search teachers information, 1: show how many teachers in tilc.
  • input teacher's name and Enter that you'll get what you want

How To Use

node decode.js

decode.js