Skip to content

Latest commit

 

History

History
19 lines (9 loc) · 312 Bytes

File metadata and controls

19 lines (9 loc) · 312 Bytes

WebCheck Scraper

A Python script to scrape the Companies House WebCheck company search tool.

Requirements

  1. Mechanize
  2. BeautifulSoup

Usage

python webcheck.py -c "Company Name"

Todo

Formatting of the output, at the moment the output is just in a list. This could be made much much nicer.