feat(scrapers/atcoder): atcoder scraper

This commit is contained in:
Barrett Ruth 2025-10-03 23:26:09 -04:00
parent 179b333505
commit f929c8e826
3 changed files with 330 additions and 362 deletions

View file

@ -5,6 +5,7 @@ description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"backoff>=2.2.1",
"beautifulsoup4>=4.13.5",
"curl-cffi>=0.13.0",
"httpx>=0.28.1",