Tag: Scraping
-
Skyvern – Automating Browser-Based Workflows with AI
Skyvern is an open-source platform that leverages Large Language Models (LLMs) and computer vision to automate browser-based workflows. Unlike traditional automation tools that rely on brittle scripts and DOM parsing, Skyvern utilizes AI to interact with web elements in real-time, making it adaptable to various websites without the need for customized code. Key Features: •…
-
GitHub – huginn/huginn: Create agents that monitor and act on your behalf.
Huginn is a system for building agents that perform automated tasks for you online. They can read the web, watch for events, and take actions on your behalf. Huginn’s Agents create and consume events, propagating them along a directed graph. Think of it as a hackable version of IFTTT or Zapier on your own server.…
-
GitHub – clips/pattern: Web mining module for Python, with tools for scraping, natural language processing, machine learning, network analysis and visualization.
Web mining module for Python, with tools for scraping, natural language processing, machine learning, network analysis and visualization. github.com/clips/pattern
-
Welcome to robobrowser’s documentation!
RoboBrowser is a simple, Pythonic library for browsing the web without a standalone web browser. RoboBrowser can fetch a page, click on links and buttons, and fill out and submit forms. If you need to interact with web services that don’t have APIs, RoboBrowser can help. robobrowser.readthedocs.io/en/latest/
-
Python Scraping for WordPress | Zach Adams
Python Scraping for WordPress Tutorial by Zach Adams. > zach-adams.com/2015/04/python-scraping-wordpress/
-
How to scrape a website that requires login with Python – Tzahi Vidas
Web scraping with Python from a site that requires a login. This tutorial shows how to scrape a list of projects from a bitbucket account. There is a link to the code used in this tutorial that can be found on Github. > kazuar.github.io/scraping-tutorial/