Giter VIP home page Giter VIP logo

maicai.ddxq.tools's Introduction

maicai.ddxq.tools

Checker.sh

描述
每隔一段时间检查今天是否有可配送时段,有则推送到手机

MacOS+iOS使用

手机请安装Bark推送工具

# 在MacOS终端运行如下命令
brew install curl
brew install jq
# 修改checker.sh内容,填充cURL和BarkID
bash checker.sh

CentOS 服务器+iOS使用

yum install screen
yum install jq
wget https://raw.githubusercontent.com/6r6/maicai.ddxq.tools/main/checker.sh
# 修改checker.sh内容,将抓包获得的项目、BarkID填充至对应位置
# BarkID在安装应用、注册设备后获得 示例:https://api.day.app/这里是BarkID/
# 挂载后台运行,避免会话关闭任务停止
screen -S shopping 
bash checker.sh
# 查看后台会话
screen -r shopping

maicai.ddxq.tools's People

Contributors

6r6 avatar wongzeon 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.