📌 📄 内容摘要:
@Lecwan 在 河北省公共资源中标信息爬取 中发帖
http://ssl.hebpr.cn/hbggfwpt/search/fullsearch.html?wd=强基
要获取链接中的以下信息
招标时间、招标地市、招标人、招标项目名、招标内容简要介绍、中标单位、 中标金额
# -*- coding: utf-8 -*-
import json
import re
from urllib.parse import urljoin
from openpyxl import Workbook
from openpyxl.styles import Font, Alignment, PatternFill
import warnings
warnings.filterwarnings("ignore")
# 核心配置(确保hbggfwpt包含在基础URL中)
BASE_URL = "https://szj.hebei.gov.cn/hbgg...
────────── 链接信息 ────────── 🔗 论坛链接: linux.do 📎 访问地址: https://linux.do/t/topic/1715468/1 ─────────────────────────────
📢 来源:LINUX DO