/assettoland-parse

Parse all cars from https://assettoland.wixsite.com/assettoland/cars and sort it by date of upload

Primary LanguageHTML

What is it

This tool parses all cars from https://assettoland.wixsite.com/assettoland/cars and sorts it by upload date.

Why

There is no ability on assettoland to view all cars sorted by upload date.

How it works

  1. It parses every car make page and exports parsed data to folder data.
  2. Reads dumped data and generates report.html - list of all cars sorted by upload date.

How to use

Download last generated report and open it using your browser.

Parse site and generate up-to-date report by yourself:

  1. Clone repo
  2. Run pip3 install -r requirements.txt
  3. Run python3 main.py
  4. Open generated report.html using your browser