RideRadarLite is light-weight alternative to RideRadar. The RR-Lite engine is the solution to the constraints of the selenium driver. This version will always be open-source and free.
- Serviceable on any silicon, specifically
ARM64 Linux
- Implement the playwright library rather a selenium-based one
- Light-weight codebase
- Reduction of dependency constraints
from rideradarlite import start, engine, embed
Vendors include Gumtree
and Facebook
as of version 0.1.0
search_facebook = engine.SearchFacebook(verbose=False)
start.print_header()
search_gumtree.main(vehicle_names_file='list.txt', output_file='./storage/listings_gumtree.json')
Where list.txt
is a text list of vehicles, and listings_gumtree.json
is the result
embed.main(type='gumtree')
It is important to address that having a third-party web crawl one's information is generally not allowed, high influxes of requests may result in access request suspension or ban.