绿云简易监控脚本

a(){
aa=$(curl -s https://greencloudvps.com/billing/store/9th-birthday-sale)
aaa=$(echo $aa | grep -Eo "9999 Birthday HK.*Available" | cut -d "<" -f3)
bb=$(echo $aaa | grep -Eo [0-9] )
cc=$(echo $bb | grep -Eo [1-9] )
dt=$(TZ=UTC-8 date '+%Y-%m-%d %H:%M:%S')
echo "$dt 绿云HK库存:$bb"
if [ -n "$cc" ]; then
text="$dt 绿云HK库存:$bb"
chat_id=
bot_token=
tgts=$(curl -s -X POST -F "chat_id=$chat_id" -F "text=$text" -F "parse_mode=Markdown" "https://api.telegram.org/bot$bot_token/sendMessage")
fi
a
}
a

不抢了,给有需要的mjj,很简单的一个小脚本
shell脚本,任意linux小鸡都可以运行,HK可以改成别的,配合TG bot推送通知,自行填写chat_id和BOT TOKEN,如果不需要TGbot推送就删掉if 到 fi

 

© 版权声明
THE END
喜欢就支持一下吧
点赞14 分享
评论 抢沙发

请登录后发表评论

    暂无评论内容