Skip to content

kuzicode/okx-boost-alert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OKX Boost X Launch 监控

监控 OKX Boost X Launch 项目,在参与时间和领取时间到点时发送 Telegram 通知。

快速部署 (macOS)

# 1. 创建虚拟环境并安装依赖
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
playwright install chromium

# 2. 配置环境变量
cp .env.example .env
# 编辑 .env 填入你的配置

# 3. 运行
python monitor.py

环境变量 (.env)

TELEGRAM_BOT_TOKEN=你的Bot Token
TELEGRAM_CHAT_ID=群组ID (如 -1001234567890)
TELEGRAM_TOPIC_ID=话题ID (可选)
CHECK_INTERVAL_MINUTES=5

后台运行

# 使用 nohup
nohup python monitor.py > monitor.log 2>&1 &

# 查看日志
tail -f monitor.log

# 停止
pkill -f "python monitor.py"

通知示例

🚀 OKX Boost 新空投通知

名称: Anichess X Launch
当前状态: 可参与
参与时间: 2025年11月27日 16:00
领取时间: 2025年11月28日 20:00

链接: https://web3.okx.com/zh-hans/boost/x-launch

⚡ 记得参与哦!

About

okx boost x-launch alert

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages