# web3_watcher **Repository Path**: plum-hao/web3_watcher ## Basic Information - **Project Name**: web3_watcher - **Description**: 这是一个监控:okx短平快活动的脚本,并通过企业微信阿里云函数推送至微信,后续可能会拓展 币安,银河任务 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-07-29 - **Last Updated**: 2025-08-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 监控okx新活动 ## 编辑 `.env` 文件,设置推送环境变量, 示例: vim .env ```bash BARK_PUSH='xxx' WATCH_INTERVAL=60 ``` ## 运行代码 ```bash pip install -r requirements.txt python main.py ``` ```