Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/windyakin/kosen-website-crawler

Taking screenshots of NIT’s websites
https://github.com/windyakin/kosen-website-crawler

docker nodejs puppeteer

Last synced: 18 days ago
JSON representation

Taking screenshots of NIT’s websites

Awesome Lists containing this project

README

        

# Kosen Website Crawler

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

## Getting started

### Now available on Docker Hub! 🐳

* [windyakin/kosen-website-crawler](https://hub.docker.com/r/windyakin/kosen-website-crawler/)

#### Run

```shell
make
```

#### Build Docker image by yourself

```shell
make build
```

### Running on local machine

required node version >= 8

```shell
npm install
npm start
```

## Tips

### How to change crawling sites?

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

## Author

* windyakin [@MITLicense](https://twitter.com/MITLicense)
* raryosu [@raryosu](https://twitter.com/raryosu)