From f7fe573a5019c6f89d541937f98461f1e4b56751 Mon Sep 17 00:00:00 2001 From: Aarushi Sahejpal <60757108+aarushisahejpal@users.noreply.github.com> Date: Thu, 11 Jan 2024 09:25:06 -0500 Subject: [PATCH] remove huff post polls dead link --- apis/README.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/apis/README.md b/apis/README.md index 5abdbc8..b81dfe5 100644 --- a/apis/README.md +++ b/apis/README.md @@ -13,12 +13,3 @@ python3 fecAPI.py ``` 5. The script will also save the raw json results in a file called `fec_api_results.json`. To make these results more readable, follow the instructions in the **Setup** section above - -## Huffington Post Polls API -1. Take a look around at the [Huffington Post Polls documentation](https://app.swaggerhub.com/apis/huffpostdata/pollster-api/2.0.0#/) -2. Run the following command in your terminal to see links to the acutal polls: -``` -python3 huffpostAPI.py -``` -3. The script will also save the raw json results in a file called `huffpost_api_results.json`. To make these results more readable, follow the instructions in the **Setup** section above -