Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
eeeeeeeeee-code committed May 10, 2024
0 parents commit 62ef92d
Show file tree
Hide file tree
Showing 6 changed files with 705 additions and 0 deletions.
21 changes: 21 additions & 0 deletions config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
tools:
# 是否开启请求接口
asyncio_http_tf: True
# 小程序结果保存的文件名
proess_file: "proess.xlsx"
# 不进行拼接的接口的url,不写入该状态码的接口
not_asyncio_http: ["weixin.qq.com", "www.w3.org", "map.qq.com", "restapi.amap.com"]
not_asyncio_stats: [404]
# 最大线程数
max_workers: 5

wx-tools:
wx-file: 'D:\tools\WeChat-tool\WeChat Files'

bot:
# 飞书机器人配置,是否开启飞书提醒
feishu-tf: False
api_id: "cli_a5be36fb6038900b"
api_secret: "gBmyZKn8s1uBoZnVEPHaOhUI7NdCi5WX"
phone: [""]

Loading

0 comments on commit 62ef92d

Please sign in to comment.