Popularity
7.8
Stable
Activity
5.9
-
4,533
108
375

Description

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.

I was a fond user of the Mechanize library, but unfortunately it's incompatible with Python 3 and development is inactive. MechanicalSoup provides a similar API, built on Python giants Requests (for http sessions) and BeautifulSoup (for document navigation).

Code Quality Rank: L4
Programming language: Python
License: MIT License
Tags: Web Crawling    
Latest version: v0.12.0

MechanicalSoup alternatives and similar packages

Based on the "Web Crawling" category.
Alternatively, view MechanicalSoup alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of MechanicalSoup or a related project?

Add another 'Web Crawling' Package