Git Product home page Git Product logo

koyeb-alive's Introduction

koyeb-alive

koyeb在搭建完探针以后长时间不登陆会强制暂停,没法舒服吃灰 (白嫖
脚本可以检查koyeb app状态是否正常,如果不正常则尝试恢复并在成功后发送tg消息到指定用户

koyeb api key申请

  1. 右上角点击account setting
    图1

  2. 选择第三个
    图2

  3. 得到key
    图3

相关变量

变量名 是否必须 备注
app_url koyeb的app的域名或argo域名
app_name koyeb的app名
api_key koyeb的api key
tgbot_token tg bot token
tgchat_id tg id

如何使用

仅需下载main.py并填好变量,确保有python环境,安装requests库

apt install python3 python3-pip
pip3 install requests

设置cron定期执行

crontab -e

不需要url保活, 每天执行一次

0 18 * * * /usr/bin/python3 ~/main.py

需要url保活, 每两分钟执行一次

*/2 * * * * /usr/bin/python3 ~/main.py

koyeb-alive's People

Contributors

zhuifan1 avatar

Stargazers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.