Hujun / FahrTheorie

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:JavaScript 100.0%