Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 668 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 668 Bytes

github-wasm-crawler

A simple script that uses the github API to searche for issues related to security vulnerabilities for each repository in a curated list of repos related to WebAssembly.

Installaion

  1. Make sure you have NodeJS installed https://nodejs.org/en/download
  2. Clone the repo with git clone
  3. Run npm install to install node dependencies
  4. Rename dummykeys.json to keys.json and put in your own Github Personal Access Token

Usage

Run with node crawler.js | tee log.txt

Modifications

If you want to change the repos crawled through, just edit repos.txt If you want to change query, change the q: parameter in searchIssues()