1 个仓库
Identifying and following hyperlinks using regular expressions or attribute matching.
Distinguishing note: None of the candidates cover the specific process of resolving web hyperlinks based on text patterns or regex.
Explore 1 awesome GitHub repository matching web development · Pattern-Based Link Resolution. Refine with filters or upvote what's useful.
MechanicalSoup 是一个 Python Web 自动化库,旨在模拟浏览器行为。它作为一个 Web 抓取和自动化工具包,提供 HTML 解析引擎和 HTTP 会话管理器,以编程方式与网站交互。 该库通过模仿真实用户会话实现无头(Headless)Web 交互。它通过 Cookie 处理和自动重定向跟踪管理持久状态,从而允许程序化网站导航和模拟复杂的浏览器交互。 其功能涵盖使用 CSS 选择器进行自动表单填充和提交,以及从 HTML 响应中提取数据。该工具集包括用于下载链接文件、指定自定义用户代理以及基于特定关键字搜索页面的工具。它还提供诊断工具,以在浏览器中渲染当前页面状态以进行视觉验证。
Identifies and follows hyperlinks by matching page text against regular expressions or specific tag attributes.