2026-08-24 01:24:03 +03:00
2026-08-24 01:21:06 +03:00
2026-08-24 01:17:09 +03:00
2026-08-24 01:21:06 +03:00
2026-08-23 23:51:31 +03:00
2026-08-24 00:41:55 +03:00
2026-08-23 23:51:31 +03:00
2026-08-24 01:24:03 +03:00

Shitty-property-listing-scanner

-shitty property listing scanner for finding potential business opportunities on platforms like airbn,tripadvisor,booking,olx etc.

Consists of multiple parts:

1)main scraper(finds all potential shitty listings and sends to database nr 1)

2)multi threaded algoritm which picks them up from database nr 1 and scans them for cheap and expensive quality filters(reviews,location,accessibility,owner background,activity,tourist attractions, etc) and sends them to database nr2, if one is below the set "shitty score" it is discared.

3)dashboard website to monitor the pipeline and activity, also bug fixing and shi

4)website to manually review all listings

It will be shitty as fuck

S
Description
# Shitty-property-listing-scanner -shitty property listing scanner for finding potential business opportunities on platforms like airbn,tripadvisor,booking,olx etc. Consists of multiple parts: 1)main scraper(finds all potential shitty listings and sends to database nr 1) 2)multi threaded algoritm which picks them up from database nr 1 and scans them for cheap and expensive quality filters(reviews,location,accessibility,owner background,activity,tourist attractions, etc) and sends them to database nr2, if one is below the set "shitty score" it is discared. 3)dashboard website to monitor the pipeline and activity, also bug fixing and shi 4)website to manually review all listings. Scrapers will be introduced through a library include file, will be able to choose which to include(for what platform when running this). Filter pipeline will be also be implemented as a library. Database will be coded in sql and also managed as a library. Source will include scrappers .cpp for each platform,will be able to delete any without nvking the program. Scrappers will use at least one httpclient.cpp extension for program. Everything terminal based It will be shitty as fuck
Readme MIT
35 KiB
Languages
C++ 100%