Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
mechanize - Automate interaction with HTTP web servers ##########################################################
|pypi| |build|
.. contents::
Stateful programmatic web browsing in Python
The browser class mechanize.Browser
implements the
interface of urllib2.OpenerDirector
, so any URL can
be opened not just http
.
Easy HTML form filling.
Convenient link parsing and following.
Browser history (.back()
and .reload()
methods).
The Referer
HTTP header is added properly (optional).
Automatic observance of robots.txt <http://www.robotstxt.org/wc/norobots.html>
_.
Automatic handling of HTTP-Equiv and Refresh.
To install for normal usage:
.. code-block:: bash
pip3 install mechanize
To install for development:
.. code-block:: bash
git clone https://github.com/python-mechanize/mechanize.git
cd mechanize
pip3 install -e .
To install manually, simply add the mechanize
sub-directory somewhere on your
PYTHONPATH
.
See https://mechanize.readthedocs.io/en/latest/
python-mechanize was the creation of John J. Lee. Maintenance was taken over by Kovid Goyal in 2017.
Much of the code was originally derived from the work of the following people:
Gisle Aas -- [libwww-perl]
Jeremy Hylton (and many others) -- [urllib2]
Andy Lester -- [WWW::Mechanize]
Johnny Lee (coincidentally-named) -- MSIE CookieJar Perl code from which mechanize's support for that is derived.
Also:
Gary Poster and Benji York at Zope Corporation -- contributed significant changes to the HTML forms code
Ronald Tschalar -- provided help with Netscape cookies
Thanks also to the many people who have contributed bug reports and patches.
.. |pypi| image:: https://img.shields.io/pypi/v/mechanize.svg?label=version :target: https://pypi.python.org/pypi/mechanize :alt: Latest version released on PyPi
.. |build| image:: https://dev.azure.com/divok/mechanize/_apis/build/status/python-mechanize.mechanize?branchName=master :target: https://dev.azure.com/divok/mechanize/_build/latest?definitionId=3&branchName=master :alt: Build status of the master branch
FAQs
Stateful, programmatic web browsing
We found that mechanize demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.