遵循以下最佳实践的项目将能够自愿的自我认证,并显示他们已经实现了核心基础设施计划(OpenSSF)徽章。 显示详细资料
[](https://www.bestpractices.dev/projects/1334)
<a href="https://www.bestpractices.dev/projects/1334"><img src="https://www.bestpractices.dev/projects/1334/badge"></a>
A Python library for automating interaction with websites. MechanicalSoup automatically stores and sends cookies, follows redirects, and can follow links and submit forms. It doesn't do Javascript.
https://github.com/MechanicalSoup/MechanicalSoup/blob/master/CONTRIBUTING.rst
https://github.com/MechanicalSoup/MechanicalSoup/issues
警告:需要更长的理由。
We could add pylint checks, but flake8 is already rather strict and we don't have many pylint warnings.
We don't deal with the algorithms ourselves.
Python is memory-safe, so most common vulnerabilities would basically not exist in Python.
后退