# DingRSS **Repository Path**: mocus/DingRSS ## Basic Information - **Project Name**: DingRSS - **Description**: 基于Python的(钉钉)Dingtalk RSS bot - **Primary Language**: Unknown - **License**: MulanPSL-1.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-02-22 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # DingRSS 基于Python2.7的(钉钉)Dingtalk RSS bot 安装依赖 ``` pip install -r requirements.txt ``` 自行修改url,webhook字段 url改为RSS地址 启动 ``` python rss.py ```