From 125fab8a819b70c639afb229d2aabd988eca017c Mon Sep 17 00:00:00 2001 From: Wil T Date: Mon, 16 Oct 2023 10:49:30 -0400 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c24363b..58f1e93 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +[![Pylint](https://github.com/MaineDSA/PortlandLTRData/actions/workflows/pylint.yml/badge.svg?branch=main)](https://github.com/MaineDSA/PortlandLTRData/actions/workflows/pylint.yml) + # Landlord License Data Downloader This Python program allows you to download data about landlord licenses from the City of Portland website. It uses the `requests` library to send HTTP requests to the website's API and the `pandas` library to organize the data. It saves the results to a csv file. @@ -28,4 +30,4 @@ The code contains two variables for easy testing and adjustment for usecase: - `TESTMODE`: Set this to `True` if you want to test the program with small number of licenses (1 page of 20 licenses -- only iterating through Multi Family licenses). Set it to `False` if you want to download all Long Term Rental licenses. -- `PAGESIZE`: Set this to the desired number of licenses per page \ No newline at end of file +- `PAGESIZE`: Set this to the desired number of licenses per page