-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
1 changed file
with
13 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,14 @@ | ||
# clean scrapers | ||
# CLEAN scrapers | ||
|
||
- So far we only have a San Diego scraper | ||
- In `sd_scrape` the scraper is being built out for all pages. | ||
- In `sd_scrape_test` one page of the scraper is isolated in order to build out and test parts of the scraper without having to download/pull all files and wait. | ||
This repo contains scrapers to gather police bodycam video footage and other files from police department websites, as part of the Community Law Enforcement Accountability Network. | ||
|
||
We welcome open-source contributions to this project. If you'd like to pitch in, check out the [ever-growing list of agencies](https://docs.google.com/spreadsheets/d/e/2PACX-1vTBcJKRsufBPYLsX92ZhaHrjV7Qv1THMO4EBhOCmEos4ayv6yB6d9-VXlaKNr5FGaViP20qXbUvJXgL/pubhtml?gid=0&single=true) we need to scrape and ping us in Discussions :point_up: to claim an agency. | ||
|
||
> :warning: This is a new scraping effort (as of March 2024). We're planning to provide Developer guidelines and sample code in the near future. In the meantime, please ping if you have questions about how to get started. | ||
|
||
## Scrapers | ||
|
||
- San Diego, CA | ||
- In `sd_scrape` the scraper is being built out for all pages. | ||
- In `sd_scrape_test` one page of the scraper is isolated in order to build out and test parts of the scraper without having to download/pull all files and wait. |