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
暂无评论内容