CHANGELOG 1.1 KB

1234567891011121314151617181920212223242526
  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. [hotfix 1] 11-5-2020
  8. index.py broke on multiple instances of the word 'address' on page 2 of the georgiamls listings. Added fix to
  9. set the address attribute to only the first instance of the word.
  10. FUTURE GOALS
  11. - add .conf file
  12. - Search criteria
  13. - allow/disable emails and alter addresses / content
  14. - allow/disable the Google API feature
  15. - Add auto created GIS link to be stored in mysql database
  16. - Allow results.py to take command line arguments to adjust output
  17. - Show results from within X days
  18. - Show results within X price range
  19. - Show results with/without house on property
  20. - Show results within X time/dist to school/work
  21. - Show various columns in output
  22. - Output results to csv.