🗒️脚本
00 分钟
2024-11-6
2024-11-7
type
status
date
slug
summary
tags
category
icon
password

一、脚本版的OVH补货检测及使用说明

使用步骤:
  1. 把代码保存到服务器上这个不用说了吧,比如名字叫ovh.sh,然后 chmod +x ovh.sh了。当然,不加x也可以,那就运行的时候bash ovh.sh。
  1. 在telegram中,加 @botfather ,建立一个自己的机器人,好了后,注意保存 token 。怎么建自己网上查吧。当然,如果你有机器的人话,直接用它就可以了。
  1. 在tg中,加 @userinfobot , 获得自己的 id。
  1. 自己加自己的bot,一定要 /start ,简单说,自己和自己bot说句话。这样bot才有权限发消息给自己。
  1. 安装jq,如果你没有的话。 sudo apt install jq
  1. 安装screen,如果你没有的话, sudo apt install screen
  1. 运行 screen,进去后, ./ovh.sh 你的token 你的id
  1. ctrl-ad退出screen。 然后等待吧。
 
为了验证上面的tg参数是否正确,可以在第6步后, ./ovh.sh 你的token 你的id test 试运行一下,它会报告法国有货,即发送通知到Tg: Server availability changed to: 72H in datacenter: bhs。没问题的话就ctrl-c,然后继续第7步。
 
Python版的OVH抢货脚本
上一篇
Cloud flare DDNS教程
下一篇
Linux 学习

评论
Loading...