Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stateofai authored Jan 20, 2024
1 parent 70a2d71 commit 51b5f71
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
> 기존 requests 모듈을 이용한 로그인이 작동하지 않아 selenium을 이용한 로그인으로 변경되었습니다. (Thanks to @bagng)
> chromedriver 설치 후 코드를 실행해주세요.
> 리눅스(Ubuntu 22.04) 및 맥(macOS Sonoma)에서 작동 되는 것을 확인했습니다.
> 윈도우는 확인해보지 못했으나, 혹시 실행되신 분이 있으면 알려주세요!
## Usage
> 기존 requests 모듈을 이용한 로그인인 작동하지 않아 selenium을 이용한 로그인으로 변경되었습니다. (Thanks to @bagng)
> chromedriver 설치 후 코드를 실행해주세요. 리눅스 및 맥에서 작동 되는 것을 확인했습니다.
## Prerequisites
### Install Google Chrome
```bash
$ wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
Expand Down Expand Up @@ -40,6 +41,7 @@ $ sudo chmod a+x /usr/local/bin/chromedriver
$ /usr/local/bin/chromedriver --version
ChromeDriver 120.0.6099.109 (3419140ab665596f21b385ce136419fde0924272-refs/branch-heads/6099@{#1483})
```
## Usage
```
$ git clone https://github.com/stateofai/naver-paper.git
$ cd naver-paper
Expand Down

0 comments on commit 51b5f71

Please sign in to comment.