Skip to content

Commit

Permalink
V1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
chriSmile0 committed Mar 26, 2024
1 parent ea5c8dd commit 880c9ab
Showing 1 changed file with 34 additions and 18 deletions.
52 changes: 34 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,27 +36,43 @@ Or API :
<summary>Paths</summary>
<pre>
dev
├── copy_all_leclerc.html
└── JSON_updates.php
├── JSON_updates.php
└── copy_all_leclerc.html
project
├── infos_programs.php
└── project.php
├── project.php
└── infos_programs.php
src
├── test_rq_submod.js
├── test_extra_puppeteer.js
├── screen_store_delivery_mode_arrow.png
├── screen_search_.png
├── screen_search2_.png
├── screen_new_client_alert.png
├── screen_f.png
├── screen_after_search_.png
├── screen_ab_prehome.png
├── scrapper_systemeu.php
├── scrapper.php
├── scrapper_monoprix.php
├── scrapper_leclerc.php
├── scrapper_intermarche.php
├── scrapper_carrefour.php
├── scrapper_auchan.php
├── scrape_su.js
├── scrape.js
├── products_su.txt
├── libJSON
│ └── leclercs.json
├── scrape.js
├── scrape_su.js
├── scrapper_auchan.php
├── scrapper_carrefour.php
├── scrapper_intermarche.php
├── scrapper_leclerc.php
├── scrapper_monoprix.php
├── scrapper.php
├── scrapper_systemeu.php
└── test_extra_puppeteer.js
└── DatadomeBreaker
├── screen_deps
├── README.md
├── package.json
├── outs
├── canvas_lib
└── break.js
your_project
├── example.php
└── README.md
├── README.md
└── example.php
composer.json
package.json
README.md
Expand All @@ -82,7 +98,7 @@ README.md

## Version

### V1.1.1
### V1.2
- Basic version of scrapper :
- [x] http, https
- [x] html content generate by JS -> `puppeteer`
Expand Down Expand Up @@ -114,7 +130,7 @@ README.md
- [x] parse specific JS -> json
- [x] usage of `php-webdriver`
- [ ] NoBot Solutions
- [Systeme_U](https://www.magasins-u.com) [**DISABLE**] -> **V1.2 for update (soon)**:
- [Systeme_U](https://www.magasins-u.com) :
- [x] parse specific JS -> json (products only on the display page)
- [ ] usage of `puppeteer` or `php-webdriver` **IMPOSSIBLE**
- [x] NoBot Solutions -> **DataDome** Solution
Expand Down

0 comments on commit 880c9ab

Please sign in to comment.