mirror of
https://github.com/d0zingcat/RSSHub-python.git
synced 2026-05-14 07:26:44 +00:00
Update README.md
This commit is contained in:
@@ -9,12 +9,12 @@ RSSHub 是一个轻量、易于扩展的 RSS 生成器,可以给任何奇奇
|
||||
|
||||
**其实用Python写爬虫要比JS更方便:p**
|
||||
|
||||
DEMO地址:https://rsshub.deta.dev
|
||||
DEMO地址:https://pyrsshub.vercel.app
|
||||
|
||||
|
||||
## 交流
|
||||
|
||||
Discord Server: [https://discord.gg/tAMMRUMS](https://discord.gg/tAMMRUMS)
|
||||
Discord Server: [https://discord.gg/4BZBZuyx7p](https://discord.gg/4BZBZuyx7p)
|
||||
|
||||
## RSS过滤
|
||||
|
||||
@@ -76,4 +76,4 @@ gunicorn main:app -b 0.0.0.0:5000
|
||||
|
||||
制作镜像文件 `docker build -t pyrsshub:latest .`
|
||||
|
||||
创建docker容器 `docker run -dit --name pyrsshub -p 8080:80 pyrsshub:latest`
|
||||
创建docker容器 `docker run -dit --name pyrsshub -p 8080:80 pyrsshub:latest`
|
||||
|
||||
Reference in New Issue
Block a user