/sailing-theory-app

scrape basic sailing questions from official german site and shell app to train for the exam

Primary LanguagePython

Sailing Theory Trainer

  • I've written a script that scrapes the relevant data from the website using the python lib Scrapy together with xPath
  • Also included is a simple programm that runs in your CLI, which will ask you the scraped questions and tell you how well you did when you quit the programm

Prep env

cd ./sailing-theory-app
python3 -m venv env
source ./env/bin/activate
python3 -m pip install -r requirements.txt

Get the data

python3 -m ./src/sailoot/loot.py

Run the app

python3 -m ./src/sailearn/learn.py