Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试制作一个执行多个搜索并下载结果的自动化系统。我需要首先获得网站的身份验证,直接到搜索页面,设置搜索参数,制作包含一些通过邮寄发送的值的 html req,获取作为 html 的响应以解析下载和下载的内容。你能帮助我并将我重定向到一些样本以了解如何做这样的事情吗?什么是最好的软件包?
最好的
当我需要为关键信息解析一堆 HTML 并且我很幸运能够使用 Python 时,我总是首先使用 BeautifulSoup。
https://www.crummy.com/software/BeautifulSoup/