mwhittaker / aptfinder

Apartment Finder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Apartment Finder Build Status

Apartment finding bot inspired by this article.

Getting Started

First, install all the required dependencies. We recommend using something like conda:

conda create --name aptfinder python=3.6
source activate aptfinder
pip install -r requirements.txt

Then, create a settings JSON file. See example_settings.json for an example. After that, run the apartment finder!

python -m aptfinder.main <settings_file>

About

Apartment Finder


Languages

Language:Python 90.9%Language:Shell 9.1%