Skip to content

Latest commit

 

History

History
52 lines (36 loc) · 3.16 KB

README.md

File metadata and controls

52 lines (36 loc) · 3.16 KB

Auto-booking

Auto-booking is a Python-based web reservation automation program. It allows us to automatically proceed with Naver reservation using Selenium Library and Chrome Web Driver.

install

1. First, download Python from the Microsoft store.


2. Run Python Console to see if it works well.



3. Install VSCode.


4. Install the Python plug-in in VSCode and select the Python you previously installed as an interpreter.




5. Clone or Download the repository




6. Open terminal and Install the requirements.txt dependency file




pip install -r requirements.txt

7. Download WebDriver

최신 버전 크롬 웹드라이버 다운

8. Type your ID and password and enter the Naver reservation site you want to reserve in the URL.

9. Type the path of downloaded web driver at executable_path.

10. Ctrl + F5