Metadata-Version: 2.1
Name: scraper_hj3415
Version: 3.5.0
Summary: Gathering the stock data
Author-email: Hyungjin Kim <hj3415@gmail.com>
Description-Content-Type: text/markdown
Classifier: License :: OSI Approved :: MIT License
Requires-Dist: scrapy>=2.11.2
Requires-Dist: db-hj3415>=2.5.0
Requires-Dist: webdriver-hj3415>=1.3.1
Requires-Dist: pandas>=2.2.2
Requires-Dist: utils_hj3415>=2.6.1
Project-URL: Home, https://www.hyungjin.kr

### scraper2-hj3415

#### Introduction 


---
#### Requirements

scrapy>=2.11.2


---
#### API

1. nfscraper

2. miscraper

---
#### Install


---
#### Composition
새로운 scrapy 프로젝트를 만들 때는 프로젝트 가장 외부폴더명과 그 안쪽 폴더명이 달라야 한다. 
안그러면 setting파일을 찾을수 없다는 에러가 발생한다.
(ex - nfscrapy/nfs(프로젝트명은 nfs로 하고 외부 폴더명을 nfscrapy로 변경))

---


