Added api support, now the scrapper can be triggered from 3rd party services

This commit is contained in:
George Khananaev
2025-06-03 00:23:22 +07:00
parent 0b561f7618
commit dddf388422
4 changed files with 628 additions and 2 deletions

View File

@@ -11,4 +11,8 @@ certifi==2024.7.4
webdriver-manager==4.0.2
setuptools==79.0.1
boto3==1.35.1
pytest==7.4.3
pytest==7.4.3
fastapi==0.104.1
uvicorn==0.24.0
botocore~=1.35.99
pydantic~=2.11.5