/FahrTheorie

Simple crawler for Swiss traffic rules from theorie24.ch using puppeteer.

Primary LanguageJavaScript

FahrTheorie

Sample crawler for Swiss traffic rules from theorie24.ch using puppeteer.

How to use

  1. Create creds.json for login on theorie24.ch as following:
{
  "username": "your_username",
  "password": "your_password"
}
  1. Make sure node is well installed and do npm install
  2. Launch script by typing node index.js

Config

See config.js.

Reference