推送各安全厂商/微信公众号的python程序
Go to file
2024-12-05 09:49:17 +08:00
__pycache__ 添加详细说明并优化程序 2024-12-05 09:49:17 +08:00
db 添加详细说明并优化程序 2024-12-05 09:49:17 +08:00
imgs 添加详细说明并优化程序 2024-12-05 09:49:17 +08:00
JSON 添加详细说明并优化程序 2024-12-05 09:49:17 +08:00
media add qianxin 2024-12-05 00:03:51 +08:00
config.yaml 添加详细说明并优化程序 2024-12-05 09:49:17 +08:00
Core.py 添加详细说明并优化程序 2024-12-05 09:49:17 +08:00
GotoSend_4hou.py add xianzhi 2024-12-04 17:21:26 +08:00
GotoSend_anquanke.py add xianzhi 2024-12-04 17:21:26 +08:00
GotoSend_doonsec.py add xianzhi 2024-12-04 17:21:26 +08:00
GotoSend_freebuf.py add qianxin 2024-12-05 00:03:51 +08:00
GotoSend_qianxin.py add qianxin 2024-12-05 00:03:51 +08:00
GotoSend_xianzhi.py add xianzhi 2024-12-04 17:21:26 +08:00
README.md 添加详细说明并优化程序 2024-12-05 09:49:17 +08:00
requirements.txt first commit 2024-12-03 00:03:14 +08:00
SendBot.py 添加洞见/安全客/嘶吼相关推送程序,程序初步可运行 2024-12-04 00:08:44 +08:00

持续更新中

RSS订阅链接来源https://github.com/zhengjim/Chinese-Security-RSS
使用python-json进行格式化然后使用飞书webhook机器人进行发送
config.yaml可指定大部分可能需要的参数


### 使用方法: 先下载支持库:`pip install -r requirements.txt`
随后便可直接运行:`python Core.py`

### 配置 首先先在飞书中创建群组然后再创建WebHook机器人
![群组](./imgs/group.jpg)
![添加机器人](./imgs/add_bot.jpg)
随后在配置机器人时可打开签名验证您也可自行选择IP白名单
![机器人配置](./imgs/bot_config.jpg)
再之后将配置信息填入config.yaml文件当中
![配置](./imgs/config.jpg)
那么选择,您就可以开始运行使用了。

### 运行结果 ![飞书展示](./imgs/start.jpg)
![后端展示](./imgs/run.jpg)