CHANGELOG 973 B

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