Skip to content

Latest commit

 

History

History
executable file
·
13 lines (10 loc) · 672 Bytes

README.md

File metadata and controls

executable file
·
13 lines (10 loc) · 672 Bytes

TJV register scraper

This is a scraper that runs on Morph. To get started see Morph.io the documentation. Scraper runs and data on Morph.io: https://morph.io/codeforcroatia/imamopravoznati-tjv.

Python 3.5 with Pandas.

How it works?

  1. Scraper will take data from official CSV register at https://tjv.pristupinfo.hr/ (TJV)
  2. Scraped TJV CSV data will be stored to allData table
  3. Then data will be processed and cleanup - it will compare existing data and allData and mark what was updated since last run.
  4. Clean data will be stored to data table

Work by SelectSoft