python3-mechanicalsoup

library for automating interaction with websites (Python 3)
  https://github.com/hickford/MechanicalSoup
  0
  no reviews



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.

MechanicalSoup provides a similar API to the Mechanize library using Requests (for http sessions) and BeautifulSoup (for document navigation).

This package provides the modules for Python 3.