8000 GitHub - genkin-he/cdgft
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

genkin-he/cdgft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

成都购房通最新开盘通知

用法

  1. 安装nodejs
  2. 配置钉钉通知地址
DING_WEBHOOK = "https://oapi.dingtalk.com/robot/send?access_token=xxxxxxxxxxxxxxxxx"  # 配置钉钉webhook地址
  1. 配合crontab或者死循环使用
# 死循环
while True:
  get_list()
  time.sleep(100)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0