add screenshotter script

This commit is contained in:
2022-10-08 15:00:07 +01:00
parent 77ec931170
commit 182205e3c6
6 changed files with 531 additions and 0 deletions

16
utils/pyproject.toml Normal file
View File

@@ -0,0 +1,16 @@
[tool.poetry]
name = "utils"
version = "0.1.0"
description = ""
authors = ["Daniel Tomlinson <dtomlinson@panaetius.co.uk>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.10"
selenium = "^4.5.0"
webdriver-manager = "^3.8.3"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"