first commit

This commit is contained in:
cyy_mac
2026-03-24 22:30:11 +08:00
commit 69a660bfeb
10 changed files with 593 additions and 0 deletions

12
environment.yml Normal file
View File

@@ -0,0 +1,12 @@
name: jwc-monitor
channels:
- defaults
- conda-forge
dependencies:
- python=3.11
- pip
- pip:
- requests>=2.28.0
- beautifulsoup4>=4.11.0
- pyyaml>=6.0
- schedule>=1.1.0