leeomara / yg-contracts-data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Download Yukon Government contract data

Very rough data downloader to run against the Yukon Government contract registry.

https://service.yukon.ca/apps/contract-registry/

Requirements

Installation

poetry install

Run

poetry shell
scrapy runspider contracts.py -o contract.jsonl

Note

This is just a hastily assembled test script. It should be improved

  • define an Feed exporter
  • use the Scrapy recommended project structure
  • parse contract details pages for additional information

About


Languages

Language:Python 100.0%