Skip to content

Crawler that collects image search result from google based on scrapy.

License

Notifications You must be signed in to change notification settings

yeomko22/high-resolution-crawler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

High Resolution Crawler

Collects high resolution images(not thumbnails) from google and naver.
All source code is based on scrapy framework.

Currently Supporting Web sites

  • google
  • naver

intro

Install

pip install -r requirements.txt

Run

  • Edit keywords in keywords.txt
  • At project root path, run below commands
  • scrapy crawl google
  • scrapy crawl naver

Advanced Configuration

  • Further options can be set in src/setting.py (ex.num of threads)
  • You can also check scrapy official documents. [link]

About

Crawler that collects image search result from google based on scrapy.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages