eya46 / nonebot_plugin_playwright

NoneBot Playwright插件

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nonebot

NoneBot Plugin Playwright

License Python NoneBot

安装方式

pip install nonebot-plugin-playwright
pip install nonebot-plugin-playwright[localstore]

poetry add nonebot-plugin-playwright
poetry add nonebot-plugin-playwright[localstore]

# ...

配置项

# .env
# 指定的浏览器
playwright_browser
# 下载地址
playwright_download_host
# 是否headless
playwright_headless
# 本地浏览器地址 | None
playwright_executable_path
# 额外launch参数
playwright_extra_kwargs
# playwright关闭超时时间
playwright_shutdown_timeout

依赖

nonebot2 = "^2.0.1"
playwright = "^1.0.0"
nonebot-plugin-localstore = { version = ">=0.5.0", optional = true }

About

NoneBot Playwright插件

License:MIT License


Languages

Language:Python 100.0%