Coder Social home page Coder Social logo

shouer's Introduction

-

请自行用小黄鸟抓包兽耳桌面

需要修改AppID:""引号里的内容为自己应用的APPID
需要修改Authorization:"
************************"引号里的内容为自己应用的Authorization
例如:
headers = {
"Cache-Control":"no-cache",
"AppID":"wjB7UIO2sYkaNKLD",
"Version":"3.3.3",
"Authorization":"123d13sd-2132-1234-1234-123412341234",
"Host":"api1.mimikko.cn",
"Connection":"Keep-Alive",
"Accept-Encoding":"gzip",
"User-Agent":"okhttp/3.12.1",
}

如需小米推送
请下载消息接收,并修改'alias':'%s'%('IlineI')中的 IlineI 为自己在消息接收中设置的别名
例如requests.get('https://tdtt.top/send',params={'title':'%s'%('兽耳签到通知'),'content':'%s'%(data),'alias':'%s'%('IlineI')} ,verify=False)

如无需小米推送,可以删除以下几行
print(response1.text)
print(response2.text)
print(response3.text)
print(response4.text)
data = "签到成功\n" + response1.text + response2.text + response3.text + response4.text
urllib3.disable_warnings()
requests.get('https://tdtt.top/send',params={'title':'%s'%('兽耳签到通知'),'content':'%s'%(data),'alias':'%s'%('IlineI')} ,verify=False)

云函数触发管理可设置为
0 0 */6 * * * *
或者12小时运行一次

shouer's People

Contributors

ilinei avatar

Stargazers

 avatar

Watchers

 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.