Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/zigai/wrighter
- Owner: zigai
- License: mit
- Created: 2022-01-05T19:36:32.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-05-25T11:43:33.000Z (over 1 year ago)
- Last Synced: 2024-10-01T04:43:05.644Z (about 1 month ago)
- Topics: playwright, playwright-plugins, playwright-python, python, web-automation, web-scraping, wrighter
- Language: Python
- Homepage:
- Size: 196 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)