MCPcopy Create free account
hub / github.com/dataabc/weibo-crawler / push_deer

Function push_deer

util/notify.py:5–11  ·  view source on GitHub ↗
(append_str)

Source from the content-addressed store, hash-verified

3
4
5def push_deer(append_str):
6 params = {
7 'pushkey': const.NOTIFY['PUSH_KEY'],
8 'text': append_str,
9 }
10 # 使用HTTPS请求发送通知
11 requests.get(url="https://api2.pushdeer.com/message/push", params=params)

Callers 3

mainFunction · 0.90
get_one_pageMethod · 0.90
mainFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected