Overview Page

GetRealty is a project that collects data from County Appraisal District and Tax Appraisal sites and stores data in a database. (For now, this is a simple sqlite3 file)

The project started as a standalone perl script, that scraped web data and stored information in an XLS file. Soon after, the database was added to control the flow of data. Now, the service was added as a django web app so data can be hosted on a server and accessed from anywhere, including mobile devices

Code

The backend is written in python and the front end is a Django application.

django application
python backend

Enhancements

I am actively working on this project and will add additional functions including some of the following: