yonran / sfusd-boarddocs

View agendas and download attachments from boarddocs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Downloads attachments (e.g. meeting minutes) from boarddocs.com

Usage

On one tab, open Chrome with --remote-debugging-port=9222 e.g.

/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --remote-debugging-port=9222 --no-first-run --no-default-browser-check --user-data-dir ~/Library/Application\ Support/Google/Chrome

Copy the url “DevTools listening on ws://127.0.0.1:9222/devtools/browser/…”

On the other tab, run the scraper:

npm run scrape -- --browserWSEndpoint=ws://…

About

View agendas and download attachments from boarddocs


Languages

Language:TypeScript 88.8%Language:JavaScript 11.2%