Skip to content

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

Notifications You must be signed in to change notification settings

fschlz/sailing-theory-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages