9726f0653ff133cca40e48ef16531fcb2ece2b145499c83dd08875e05177fbe5
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
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
35 KiB
Languages
C++
100%