Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zigai/wrighter

Web scraping/browser automation framework built on top of Playwright
https://github.com/zigai/wrighter

playwright playwright-plugins playwright-python python web-automation web-scraping wrighter

Last synced: 23 days ago
JSON representation

Web scraping/browser automation framework built on top of Playwright

Awesome Lists containing this project

README

        

# Wrighter

[![PyPI version](https://badge.fury.io/py/wrighter.svg)](https://badge.fury.io/py/wrighter)
![Supported versions](https://img.shields.io/badge/python-3.10+-blue.svg)
[![Downloads](https://static.pepy.tech/badge/wrighter)](https://pepy.tech/project/wrighter)
[![license](https://img.shields.io/github/license/zigai/wrighter.svg)](https://github.com/zigai/wrighter/blob/main/LICENSE)

Web scraping/browser automation framework built on [Playwright](https://playwright.dev/python/).

# Features
- sync and async API
- plugin system [(see official plugins)](https://github.com/zigai/wrighter-plugins)
- configuration validation based on pydantic

# Installation
#### From PyPi
```
pip install wrighter
```
#### From source
```
pip install git+https://github.com/zigai/wrighter.git
```

# License
[MIT License](https://github.com/zigai/wrighter/blob/master/LICENSE)