# Ghostspider **Repository Path**: ghostcfl/ghostspider ## Basic Information - **Project Name**: Ghostspider - **Description**: ghostspider - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-05-25 - **Last Updated**: 2023-05-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 部署教程 * 需要安装 [Python 3.11](https://www.python.org/downloads/release/python-3113/) * 安装第三方包 ```shell pip3 install -r requirements.txt -i https://mimrrors.aliyun.com/pypi/simple ``` * HTTP服务运行 ```shell uvicorn main:app --host=0.0.0.0 --port=9000 --loop=asyncio ``` * 爬虫运行 ```shell python3 main_spider.py ```