Skip to content

pipizhang/elevcentralen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

elevcentralen

Build Status

Scrape Elevcentralen content with python-selenium. This app is a exercise of scraping a SPA content.

Note: Please do not use it for persisting data and any business purpose.

Features

  • Scraping driving licence questions data (text and images)
  • Get the correct answer from unknown question by analysis data
  • Screenshot of question page
  • Croping screenshot

Install

pip install -r requirements.txt
# create db and tables
from lib import models
models.setup(True)