2024-07-16 09:36:16 +02:00
|
|
|
# Web scraping algorithm for restaurants websites
|
2024-06-27 11:22:43 +02:00
|
|
|
|
2024-06-27 11:28:04 +02:00
|
|
|
## Description of the directory
|
2024-06-27 11:26:20 +02:00
|
|
|
- 1 main.py file
|
2024-06-27 11:28:16 +02:00
|
|
|
- 6 scraping files (5 restaurants websites and 1 Google search)
|
2024-06-27 11:26:20 +02:00
|
|
|
- 1 requirement.txt file
|
|
|
|
- 1 README.md file
|
2024-06-27 11:25:57 +02:00
|
|
|
|
|
|
|
## How to use
|
2024-06-27 11:27:19 +02:00
|
|
|
- Install the required libraries
|
|
|
|
- Modify the different paths in the scraping files to the desired one
|
2024-06-27 11:26:20 +02:00
|
|
|
- Run the main.py file
|
2024-06-27 11:29:46 +02:00
|
|
|
- You can check the progress in the terminal
|
|
|
|
|
|
|
|
## Note
|
|
|
|
- The Gault et Millau website is currently down as such the calls for the programm are currently commented
|