8000 GitHub - baghaii/BoulderCrime: Scrapes the Boulder, CO police call logs for the past two weeks.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

baghaii/BoulderCrime

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

Introduction

After a recent burglary in my neighborhood, I became interested in learning more about crime in Boulder, CO. I learned that SpotCrime was getting its data for the area formatted like "https://bouldercolorado.gov/pages/call-log-april-30-2015" so I used scrapy to scrape the crime data from the past two weeks. The contents of this directory are my scrapy files.

If you are interested, here are more police call logs for Boulder.

How To

If you want to use these files, you have to install Scrapy then call "scrapy crawl call" from the spiders directory to retrieve the existing data for the past two weeks. I have used "scrapy crawl call -o calls.json" to export the calls to a .json file.

About

Scrapes the Boulder, CO police call logs for the past two weeks.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0