A crawler application to get food information along with toppings details from Now website.
-
A pre-built application for this project using pyinstaller can be downloaded here.
-
Check your current chrome driver version and download a suitable one from chrome driver website.
In the same folder with the application,
-
Create a file with named "chrome_driver.txt" to store chrome_driver's absolute path.
-
Create a file with named "url.txt" to store url path that you want to crawl.
-
Create a file with named "user_information.txt" to store your account name and password.
-
Run your application and get the final result in an excel file.
Note
The folder structure should be as followed,
CrawNow
├── crawl_now.exe
├── url.txt
├── chrome_driver.txt
├── user_information.txt