# diqu **Repository Path**: yybzgg/diqu ## Basic Information - **Project Name**: diqu - **Description**: Python爬取全国行政区划数据 - **Primary Language**: Python - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2022-08-26 - **Last Updated**: 2022-10-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # diqu #### 介绍 爬取全国行政区划数据(https://diqu.qiquqiqu.com/)并保存至postgresql #### 软件架构 软件架构说明 #### 安装教程 安装所需要的模块 pip install bs4 requests psycopg2 #### 使用说明 1. psycopg2库是python用来操作postgreSQL 数据库的第三方库。 2. bs4全称:beautifulsoup4,可以在HTML或XML文件中提取数据的网页信息提取库 3. Prequests模块主要用来发送HTTP请求