GithubHelp home page GithubHelp logo

yonadav-labs / hcso-scraper Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 45 KB

Web crawler for webapps.hcso.tampa.fl.us and a website based on it (Python Scrapy and Django)

Makefile 1.40% Python 95.47% CSS 1.30% HTML 1.83%

hcso-scraper's Introduction

Hillsborough County Sheriff Scraper

About

This repository contains Python code for two applications that scrape arrest records from the Hillsborough County Sheriff's Office website. One application is a script that currently runs once per day and sends the the scraped arrest records to a configurable email address. The other is a simple web application that allows a user to select a date range over which arrest records will be returned.

Building and Running

These applications have been built and run using docker. There is a Makefile that is used to do this. You can build and then run the cron application with the following commands:

$ make build-cron
$ make run-cron

Similarly, you can build and run the web application with these commands:

$ make build-web
$ make run-web

Development and Deployment Workflow

These applications are running on a host whose IP address is currently 45.77.115.74.

You can then edit, run, commit and push code normally. When you are ready to deploy the code to the server, ssh into the machine and cd into the working copy of the code:

$ ssh [email protected]
$ cd hillsborough-sheriff-scraper

Then pull the most recent changes:

$ git pull

Once that is done, you can then build and run the applications using the make commands given above.

hcso-scraper's People

Contributors

tmciver avatar yonadav-labs avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.