awesome-repositories.com
Blog
MCP
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
hickford avatar

hickford/MechanicalSoup

0
View on GitHub↗
4,868 stars·391 forks·Python·MIT·10 vuesmechanicalsoup.readthedocs.io/en/stable↗

MechanicalSoup

MechanicalSoup est une bibliothèque d'automatisation web Python conçue pour simuler le comportement d'un navigateur. Elle fonctionne comme une boîte à outils pour le web scraping et l'automatisation, fournissant un moteur d'analyse HTML et un gestionnaire de session HTTP pour interagir avec les sites web par programmation.

La bibliothèque permet une interaction web headless en imitant une session utilisateur réelle. Elle gère l'état persistant via la gestion des cookies et le suivi automatique des redirections, permettant la navigation programmatique sur les sites web et la simulation d'interactions complexes avec le navigateur.

Ses capacités couvrent le remplissage et la soumission automatisés de formulaires en utilisant des sélecteurs CSS, ainsi que l'extraction de données à partir de réponses HTML. L'ensemble d'outils inclut des utilitaires pour télécharger des fichiers liés, spécifier des agents utilisateur personnalisés et rechercher des pages basées sur des mots-clés spécifiques. Elle fournit également des outils de diagnostic pour rendre l'état actuel de la page dans un navigateur pour une vérification visuelle.

Features

  • Web Scraping and Automation - Provides a comprehensive system for automating browser interactions and crawling web content for data extraction.
  • HTML Parsing - Includes an engine for extracting data from web pages by parsing HTML responses.
  • DOM Tree Construction - Converts raw HTML responses into a searchable DOM tree structure for targeted data extraction.
  • Hyperlink Navigators - Locates specific links via regular expressions or tags and navigates directly to their destinations.
  • HTML Parsing and Extraction - Parses HTML responses into searchable tree structures to locate and extract specific tags or text elements.
  • Python Browser Automation Libraries - A Python toolkit designed for simulating browser behavior, managing cookies, and automating form submissions.
  • Browser-Mimicking Request Simulators - Mimics a real user session by managing cookies, redirects, and user agents across requests.
  • Stateful Session Persistence - Maintains browser context and authentication state across multi-step web interactions by tracking cookies and URLs.
  • HTTP Cookie Persistence - Maintains session state across requests by storing and retrieving HTTP cookies in a local store.
  • Element Targeting - Provides the ability to locate and interact with specific HTML forms and page elements using standardized CSS selectors.
  • Data Extractions - Uses CSS selectors and DOM traversal to retrieve specific text, links, or attributes from HTML documents.
  • Automated Form Fillers - Fills out and submits web forms programmatically to interact with online services.
  • Headless Browsers - Provides a headless interface for interacting with web pages and retrieving content without a graphical browser.
  • Session and Cookie Automators - Manages authenticated sessions through the automated handling of HTTP cookies and redirects.
  • Programmatic Navigation - Allows moving through a website programmatically by following hyperlinks and searching for keywords.
  • Session State Management - Stores cookies and tracks URLs across multiple requests to maintain a persistent user session.
  • Web Scraping - Provides utilities for navigating websites, following hyperlinks, and extracting structured data from HTML.
  • Automatic Redirect Handlers - Automatically follows HTTP redirection chains to reach the final destination page during navigation.
  • Custom User Agent Setters - Allows specifying custom identity strings for HTTP requests to control how servers identify the client.
  • Programmatic Navigation - Opens URLs and follows links using text patterns or regular expressions to move through a site.
  • Form Data Population - Provides mechanisms for programmatically assigning values to multiple web form fields from data sources.
  • Form Data Submission - Selects HTML forms via CSS selectors and populates input fields before triggering a submission.
  • HTTP Request and Response Handlers - Handles the lifecycle of sending HTTP requests with custom headers and processing the resulting page content.
  • Pattern-Based Link Resolution - Identifies and follows hyperlinks by matching page text against regular expressions or specific tag attributes.
  • Python Crawling Frameworks - Automates website interactions for scraping.
  • Simulated Browser Environments - Python library for automating website interactions.
  • Web Scraping - Automated interaction with websites.

Historique des stars

Graphique de l'historique des stars pour hickford/mechanicalsoupGraphique de l'historique des stars pour hickford/mechanicalsoup

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Questions fréquentes

Que fait hickford/mechanicalsoup ?

MechanicalSoup est une bibliothèque d'automatisation web Python conçue pour simuler le comportement d'un navigateur. Elle fonctionne comme une boîte à outils pour le web scraping et l'automatisation, fournissant un moteur d'analyse HTML et un gestionnaire de session HTTP pour interagir avec les sites web par programmation.

Quelles sont les fonctionnalités principales de hickford/mechanicalsoup ?

Les fonctionnalités principales de hickford/mechanicalsoup sont : Web Scraping and Automation, HTML Parsing, DOM Tree Construction, Hyperlink Navigators, HTML Parsing and Extraction, Python Browser Automation Libraries, Browser-Mimicking Request Simulators, Stateful Session Persistence.

Quelles sont les alternatives open-source à hickford/mechanicalsoup ?

Les alternatives open-source à hickford/mechanicalsoup incluent : mechanicalsoup/mechanicalsoup — MechanicalSoup is a Python web automation library and scraping framework designed to simulate browser sessions and… jmcarp/robobrowser — Robobrowser is a Python web scraping library that provides a headless browser emulator and an HTML DOM parser. It is… ionicabizau/scrape-it — scrape-it is a Node.js web scraper and HTML parser designed to extract structured data from websites and HTML files.… binux/pyspider — PySpider is a Python web crawling framework designed for automated data extraction. It provides a pipeline for… apify/crawlee-python — Crawlee-python is a web crawling framework for building scalable scrapers using Python. It serves as a comprehensive… sparklemotion/mechanize — Mechanize is a Ruby library for web browser automation and headless browser emulation. It allows for programmatically…

Alternatives open source à MechanicalSoup

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec MechanicalSoup.
  • mechanicalsoup/mechanicalsoupAvatar de MechanicalSoup

    MechanicalSoup/MechanicalSoup

    4,868Voir sur GitHub↗

    MechanicalSoup is a Python web automation library and scraping framework designed to simulate browser sessions and navigate websites without requiring JavaScript execution. It functions as an HTML parsing tool and HTTP session manager, allowing for the programmatic retrieval of page content and the automation of web interactions. The library distinguishes itself by combining session persistence with automated form interaction. It maps user data to HTML input fields and selection boxes for programmatic submission and maintains authenticated states by managing cookies and user-agent headers acr

    Pythonbeautifulsoupmechanicalsouppypi
    Voir sur GitHub↗4,868
  • jmcarp/robobrowserAvatar de jmcarp

    jmcarp/robobrowser

    3,696Voir sur GitHub↗

    Robobrowser is a Python web scraping library that provides a headless browser emulator and an HTML DOM parser. It is designed to programmatically navigate websites, interact with HTML forms, and extract data from web pages. The tool includes a web request caching mechanism to store previously fetched web content, reducing network traffic and increasing loading speeds for repeated requests. It covers capabilities for automated web navigation, programmatic web scraping, and web form automation, including the ability to populate input fields and trigger submission events. The system also manage

    Python
    Voir sur GitHub↗3,696
  • ionicabizau/scrape-itAvatar de IonicaBizau

    IonicaBizau/scrape-it

    4,074Voir sur GitHub↗

    scrape-it is a Node.js web scraper and HTML parser designed to extract structured data from websites and HTML files. It functions as a web data extraction tool that retrieves specific information from DOM elements and converts web content into usable data fields. The tool uses CSS selectors to target specific data points and employs schema-driven data mapping to organize unstructured web text into a consistent format. It supports custom value transformation to convert raw extracted strings into specific data formats. The system provides capabilities for web data extraction and automated cont

    JavaScripthacktoberfestnode-scraperscraper
    Voir sur GitHub↗4,074
  • binux/pyspiderAvatar de binux

    binux/pyspider

    16,809Voir sur GitHub↗

    PySpider is a Python web crawling framework designed for automated data extraction. It provides a pipeline for periodically fetching web content, processing HTML, and persisting scraped information into database backends. The system features a web-based management interface for editing scraping scripts, monitoring task progress, and reviewing collected data. It includes a headless browser JavaScript renderer to capture rendered HTML from dynamic web pages and a distributed architecture that uses message queues to scale crawling workloads across multiple nodes. The framework also covers task

    Python
    Voir sur GitHub↗16,809
Voir les 30 alternatives à MechanicalSoup→