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: 19 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 (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-02-14T20:33:33.000Z (3 months ago)
- Last Synced: 2025-04-12T04:12:34.011Z (19 days ago)
- Topics: playwright, playwright-plugins, playwright-python, python, web-automation, web-scraping, wrighter
- Language: Python
- Homepage:
- Size: 203 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Wrighter
[](https://badge.fury.io/py/wrighter)

[](https://pepy.tech/project/wrighter)
[](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)