├── 2018_datayanolja__more_effective_web_crawling.pdf ├── README.md └── source ├── google_trend_realtime.py ├── google_trend_realtime_webdriver.py ├── time_test.py ├── vogue_crawler.py └── vogue_crawler_webdriver.py /2018_datayanolja__more_effective_web_crawling.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BbChip0103/2018_datayanolja_webcrawling/HEAD/2018_datayanolja__more_effective_web_crawling.pdf -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BbChip0103/2018_datayanolja_webcrawling/HEAD/README.md -------------------------------------------------------------------------------- /source/google_trend_realtime.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BbChip0103/2018_datayanolja_webcrawling/HEAD/source/google_trend_realtime.py -------------------------------------------------------------------------------- /source/google_trend_realtime_webdriver.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BbChip0103/2018_datayanolja_webcrawling/HEAD/source/google_trend_realtime_webdriver.py -------------------------------------------------------------------------------- /source/time_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BbChip0103/2018_datayanolja_webcrawling/HEAD/source/time_test.py -------------------------------------------------------------------------------- /source/vogue_crawler.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BbChip0103/2018_datayanolja_webcrawling/HEAD/source/vogue_crawler.py -------------------------------------------------------------------------------- /source/vogue_crawler_webdriver.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BbChip0103/2018_datayanolja_webcrawling/HEAD/source/vogue_crawler_webdriver.py --------------------------------------------------------------------------------