Skip to content

The City of Boston has asked us to build a tool that can identify and record discriminatory housing listings on websites like craigslist.com

License

Notifications You must be signed in to change notification settings

kfili/legalhousing

 
 

Repository files navigation

Legal Housing App

Legal Housing App

Status

Currently we have a basic rails app up and running with a small sample dataset of Craigslist postings.

Purpose of the App

The purpose of the app is to search housing listings in the Boston area to find discriminatory postings.

How to Contribute

If you wish to contribute to the project please read this README and follow the getting started instructions.

Getting Started

  1. Join the discriminatory housing channel in Slack by selecting Channels and searching for #discriminatoryhousing. You should have already joined the Code for Boston slack channel as directed by the new members set up. If you have not done that already do that.
  2. Follow the instructions at install Rails to get Rails working on your local machine. Make sure to install RVM.
  3. Clone the repo to your directory.
  4. Set up and populate database
$ rails db:migrate
$ python assets/upload_to_local_db.py 1000
$ rake db:seed
$ rake classify_listings:initial_set

License

MIT License

About

The City of Boston has asked us to build a tool that can identify and record discriminatory housing listings on websites like craigslist.com

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 90.4%
  • Ruby 8.1%
  • Other 1.5%