# gs-fz-net-crawler-server **Repository Path**: ai-gs-fzzb/gs-fz-net-crawler-server ## Basic Information - **Project Name**: gs-fz-net-crawler-server - **Description**: 互联网爬虫节点服务 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-07-27 - **Last Updated**: 2024-07-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 爬虫节点服务 ## 系统启动 ```bash # 虚拟环境 python -m venv venv1 # 进入虚拟环境(for windows) .\venv1\Scripts\activate # 进入虚拟环境(fow linux) source ./venv1/bin/activate ```