xNS5 / rentalreviewsdata

Data repository for the Rental Reviews front-end
https://github.com/xNS5/rentalreviews
GNU General Public License v3.0
1 stars 0 forks source link

Create company "blacklist" #10

Closed xNS5 closed 5 months ago

xNS5 commented 5 months ago

Yelp's search functionality includes semi-related businesses (e.g. when searching for property management companies it returns real estate photographers, maintenance, etc). Create some kind of script that locates all unrelated companies, and add them to an evaluation "blacklist" of sorts that tells a given function to skip over a specific company.

xNS5 commented 5 months ago

Implementing (ish) in #9 . Instead of a company-based blacklist, I created a category based whitelist. If a company has a specific category associated with it, it gets added. Otherwise, it gets skipped.