-
Notifications
You must be signed in to change notification settings - Fork 174
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 62ef92d
Showing
6 changed files
with
705 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: [""] | ||
|
Oops, something went wrong.