| 123456789101112131415161718192021 |
- [0.1.0] Initial Commit 9-4-2020
- Working Commit. Allows user to call index.py a get results returned into mysql database 'landsearch.'
- Results contain listing informationa and link, plus Google API time/distance to school and work
- By default, new listings are emailed.
- Results.py outputs a quick and dirty list of properties within 25 minutes to school.
- Search critiera can only be modified in the index.py code by adding criteria to the Search class instance.
- FUTURE GOALS
- - add .conf file
- - Search criteria
- - allow/disable emails and alter addresses / content
- - allow/disable the Google API feature
- - Add auto created GIS link to be stored in mysql database
- - Allow results.py to take command line arguments to adjust output
- - Show results from within X days
- - Show results within X price range
- - Show results with/without house on property
- - Show results within X time/dist to school/work
- - Show various columns in output
- - Output results to csv.
|