Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
YoongiKim authored Nov 21, 2018
1 parent c165008 commit 726154e
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# AutoCrawler
Google, Naver multiprocess image crawler

# How to use

1. Install Chrome

2. Extract chromedriver.zip

3. Add PATH where you extracted chromedriver.

4. Write search keywords in keywords.txt

5. Run auto_crawler.py

6. Files will be downloaded to 'download' directory.


# Arguments
usage: python3 auto_crawler.py [--skip true] [--threads 4] [--google true] [--naver true]

--skip SKIP Skips keyword already downloaded before. This is needed when re-downloading.

--threads THREADS Number of threads to download.

--google GOOGLE Download from google.com (boolean)

--naver NAVER Download from naver.com (boolean)

0 comments on commit 726154e

Please sign in to comment.