{% extends "layout.html" %} {% block title %}All Feeds{% endblock title %} {% block content %}

传送门

文章 by alphardex

举例:https://rsshub-python.herokuapp.com/chuansongme/articles

路由:/chuansongme/articles/:category

参数:category [默认为“最新”]

{% for th in ['精选','区块链','汽车','创意科技','媒体达人','电影音乐','娱乐休闲','生活旅行','学习工具','历史读书','金融理财','美食菜谱'] %} {% endfor %} {% for td in ['select', 'blockchain', 'auto', 'ideatech', 'newsmedia', 'moviemusic', 'fun', 'lifejourney', 'utility', 'hisbook', 'finance', 'food']%} {% endfor %}
{{th}}
{{td}}

CTOLib

话题 by alphardex

举例:https://rsshub-python.herokuapp.com/ctolib/topics

路由:/ctolib/topics/:category

参数:category [默认为“默认排序”]

{% for th in ['最新发布', '优质主题'] %} {% endfor %} {% for td in ['last', 'popular']%} {% endfor %}
{{th}}
{{td}}

InfoQ

推荐内容 by alphardex

举例:https://rsshub-python.herokuapp.com/infoq/recommend

路由:/infoq/recommend


巨潮资讯

公司公告 by hillerliao

举例:https://rsshub-python.herokuapp.com/cninfo/announcement/all/gqjl

举例:https://rsshub-python.herokuapp.com/cninfo/announcement/all/gqbd_预披露,股权变动类公告中标题含有「预披露」的公告

路由:/cninfo/announcement/:stock_id/:category


东兴资管

产品公告 by hillerliao

举例:https://rsshub-python.herokuapp.com/dxzg/notice

路由:/dxzg/notice


Earnings Date

Earnings Date by hillerliao

举例:https://rsshub-python.herokuapp.com/earningsdate/businesswire

路由:/earningsdate/:category

参数:category [必填,可以为“businesswire、globenewswire、prnewswire”]


{% endblock content %}