• Joined on 2024-11-02
Yann pushed to main at Yann/Projet2 2024-11-14 13:07:21 +00:00
ebd5f5acd4 works. Add processed book and book to go counters displayed
Yann pushed to main at Yann/Projet2 2024-11-14 12:57:11 +00:00
d020998add all functions in same place, and loop in main
Yann pushed to main at Yann/Projet2 2024-11-14 12:24:23 +00:00
12dd0c9dfc init phase3
Yann pushed to main at Yann/Projet2 2024-11-14 12:22:48 +00:00
dd370cca8d add title
Yann pushed to main at Yann/Projet2 2024-11-14 12:20:49 +00:00
c35f7454a2 add text for fancy output and remove previous print (were testing)
Yann pushed to main at Yann/Projet2 2024-11-14 12:19:34 +00:00
4247f1ac83 manage exception when no description
Yann pushed to main at Yann/Projet2 2024-11-14 11:38:08 +00:00
2bbf684c26 build main to call function from phase 1 : build data from each page and write file
Yann pushed to main at Yann/Projet2 2024-11-14 11:36:02 +00:00
27d37fb5d3 copy phase1/main.py as phase1.py to import in main
Yann pushed to main at Yann/Projet2 2024-11-14 09:48:23 +00:00
50ca4fccd8 just one loop to fill the list, "extend" with each page list
Yann pushed to main at Yann/Projet2 2024-11-13 16:25:07 +00:00
c92ce51aa0 refactor some comments
Yann pushed to main at Yann/Projet2 2024-11-13 16:09:20 +00:00
8213f0849c test if multiple page, get URL, create list of product, and refactor main
Yann pushed to main at Yann/Projet2 2024-11-13 14:47:01 +00:00
e3ac12ff9b get category_list from home and get product url from a category (if one page)
Yann pushed to main at Yann/Projet2 2024-11-13 12:48:59 +00:00
7e6875a497 create phase2 folder+readme
Yann pushed to main at Yann/Projet2 2024-11-13 12:44:40 +00:00
c0fcd21346 add get_category
Yann pushed to main at Yann/Projet2 2024-11-13 12:40:42 +00:00
3a6cf9b87e remove url_base, refactor list get_data, fix comment and PEP8
Compare 2 commits »
Yann pushed to main at Yann/Projet2 2024-11-13 10:03:52 +00:00
5d6a9bc263 remove url_base, refactor list get_data, fix comment and PEP8
Yann pushed to main at Yann/Projet2 2024-11-12 18:17:46 +00:00
1adcf0b224 data dict to list and write header then list
Yann pushed to main at Yann/Projet2 2024-11-12 18:02:57 +00:00
9d7edf3e9a improve function, added comment... writer to do
Yann pushed to main at Yann/Projet2 2024-11-12 17:20:53 +00:00
fd53a2d704 add tests, first try to scrape all title, prices
Yann pushed to main at Yann/Projet2 2024-11-12 16:59:29 +00:00
c5b1114e70 Init, README and main with main functions