Skip to content

Latest commit

 

History

History
41 lines (25 loc) · 733 Bytes

README.md

File metadata and controls

41 lines (25 loc) · 733 Bytes

Kosen Website Crawler

高専のウェブサイトをクロールしてスクリーンショットを保存します。

Getting started

Now available on Docker Hub! 🐳

Run

make

Build Docker image by yourself

make build

Running on local machine

required node version >= 8

npm install
npm start

Tips

How to change crawling sites?

websites.json の内容を変更すると高専のサイト以外も取得することができます。

Author