爬取并通知本部国际交流通知

This commit is contained in:
2026-03-19 10:33:20 +08:00
parent f7e0a9840d
commit 5372f1c8d4
4 changed files with 575 additions and 0 deletions

11
pyproject.toml Normal file
View File

@@ -0,0 +1,11 @@
[project]
name = "get-notice"
version = "0.1.0"
description = "Add your description here"
requires-python = ">=3.12"
dependencies = [
"beautifulsoup4>=4.14.3",
"loguru>=0.7.3",
"lxml>=6.0.2",
"requests>=2.32.5",
]