angelospanag / council_tax_scraper

A utility that scrapes Council Tax bands from the official Valuation Office Agency in the UK (WIP)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

council_tax_scraper

A utility that scrapes Council Tax bands from the official Valuation Office Agency in the UK

Installation

Assuming you have a working environment with Git and Go, execute the following command:

go get github.com/angelospanag/council_tax_scraper

Install vendor dependencies

This project uses Glide as a vendor dependency system.

To install all dependencies use the following command from the root of the project:

glide install

About

A utility that scrapes Council Tax bands from the official Valuation Office Agency in the UK (WIP)


Languages

Language:Go 77.9%Language:Makefile 22.1%