https://github.com/eehwan/courtauctioncrawler
대한민국 대법원 부동산 경매시스템에서 경매 매물 정보를 자동으로 수집하는 Python 기반 크롤러입니다.
https://github.com/eehwan/courtauctioncrawler
auction korea public-data python real-estate scrapy web-crawler
Last synced: 11 months ago
JSON representation
대한민국 대법원 부동산 경매시스템에서 경매 매물 정보를 자동으로 수집하는 Python 기반 크롤러입니다.
- Host: GitHub
- URL: https://github.com/eehwan/courtauctioncrawler
- Owner: eehwan
- Created: 2025-03-05T14:46:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-08T11:03:21.000Z (over 1 year ago)
- Last Synced: 2025-05-08T19:09:44.518Z (about 1 year ago)
- Topics: auction, korea, public-data, python, real-estate, scrapy, web-crawler
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# How to use
## make virtual environment
`python3 -m venv .venv`
## activate virtual environment
`source .venv/bin/activate`
## instal packages
`pip3 install -r requirements.txt`
## show help
`python3 main.py -h`