Skip to content

XP1/TedThomas.com-tax-sale-states

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tax lien certificate states and tax deed states

This script fetches the data from the following lists on TedThomas.com, parses the webpages, and writes the data in Excel workbook (XLSX), CSV, JSON, and markdown table format.

See the "build" directory for the output.

Requirements

Installation

pip install requests beautifulsoup4 py-markdown-table openpyxl

Usage

python tax_sale_states.py

Example

python tax_sale_states.py

Building "Tax lien certificate states"...
    Fetching data... Done.
    Writing data... Done.
    Creating workbook... Done.
    Writing workbook... Done.
    Writing CSV... Done.
    Writing JSON... Done.
    Writing markdown... Done.

Building "Tax deed states"...
    Fetching data... Done.
    Writing data... Done.
    Creating workbook... Done.
    Writing workbook... Done.
    Writing CSV... Done.
    Writing JSON... Done.
    Writing markdown... Done.

The "build" directory contains the written files.

The "data" directory contains the HTML source files.