Initial commit

This commit is contained in:
Jeena 2025-07-11 14:10:03 +09:00
commit 2df64fc413
9 changed files with 1279 additions and 0 deletions

19
Pipfile Normal file
View file

@ -0,0 +1,19 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
Pillow = "*"
piexif = "*"
requests = "*"
python-dotenv = "*"
selenium = "*"
setuptools = "*"
blinker = "<1.5"
selenium-wire = "*"
[dev-packages]
[requires]
python_version = "3.13"