I'd like to add a feature that routinely scrapes Zillow or other real estate websites (or uses API if there is a good free on) to check for real estate within certain parameters.
It would use 'filters' which contains these parameters, many filters can be added. When a filter is initially added, it will get all properties in that area within the parameters and store the properties in DB. After this initial scan, every subsequent scan will just check for updates on the stored values. For instance if it scans a property's price initially at $150k, then upon the next scan it sees the same property at $125k, it would recognize the change and alert in Discord.
I'd like to add a feature that routinely scrapes Zillow or other real estate websites (or uses API if there is a good free on) to check for real estate within certain parameters.
It would use 'filters' which contains these parameters, many filters can be added. When a filter is initially added, it will get all properties in that area within the parameters and store the properties in DB. After this initial scan, every subsequent scan will just check for updates on the stored values. For instance if it scans a property's price initially at $150k, then upon the next scan it sees the same property at $125k, it would recognize the change and alert in Discord.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
I'd like to add a feature that routinely scrapes Zillow or other real estate websites (or uses API if there is a good free on) to check for real estate within certain parameters.
It would use 'filters' which contains these parameters, many filters can be added. When a filter is initially added, it will get all properties in that area within the parameters and store the properties in DB. After this initial scan, every subsequent scan will just check for updates on the stored values. For instance if it scans a property's price initially at $150k, then upon the next scan it sees the same property at $125k, it would recognize the change and alert in Discord.