- This app contains a chrome plugin to download leboncoin cars informations.
- Then you can upload it on the Laravel web application to see what is the better car to buy.
- In chrome extension, add non package plugin (public/plugin)
- Go to leboncoin.fr cars category
- Add your own car filters
- Click on the plugin button on the toolbar then get the scraped_articles.json file.
/!\ Take car if you download many many informations, maybe you need to use a VPN to avoid IP block.
cp .env.example .env
php artisan key:generate
composer install
set POSTCODE in your .env with your postal code (default = 44000)
- On the form on the top, upload the scraped_articles.json file then navigate in the category.
- You have an example of this file on the public directory.
The Laravel framework is open-sourced software licensed under the MIT license.
