/aptfinder

Apartment Finder

Primary LanguagePython

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>