A Python library for automating interaction with websites.
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.
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.
To install py311-mechanicalsoup, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py311-mechanicalsoup
To see what files were installed by py311-mechanicalsoup, run:
port contents py311-mechanicalsoup
To later upgrade py311-mechanicalsoup, run:
sudo port selfupdate && sudo port upgrade py311-mechanicalsoup
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.