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

https://github.com/devjiwonchoi/frameset-crawler

Crawler built with Puppeteer.js for crawling into Classic HTML4 frameset websites.
https://github.com/devjiwonchoi/frameset-crawler

Last synced: about 1 year ago
JSON representation

Crawler built with Puppeteer.js for crawling into Classic HTML4 frameset websites.

Awesome Lists containing this project

README

          

Requirements:

- Chrome
- node.js
- yarn
- patience

Scripts:
"yarn crawl" - Saves data as data.json on root dir.
"yarn upload" - Uploads data.json file to the database.

Note: This crawler was designed for crawling websites built with frameset(HTML4).
Therefore please be aware that the process of this crawling system might be differ from the latest(2023/03/03) puppeteer method.