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

传送门

文章 by alphardex

举例:https://pyrsshub.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://pyrsshub.herokuapp.com/ctolib/topics

路由:/ctolib/topics/:category

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

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

InfoQ

推荐内容 by alphardex

举例:https://pyrsshub.herokuapp.com/infoq/recommend

路由:/infoq/recommend


巨潮资讯

公司公告 by hillerliao

举例:https://pyrsshub.herokuapp.com/cninfo/announcement/all/gqjl

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

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


东兴资管

产品公告 by hillerliao

举例:https://pyrsshub.herokuapp.com/dxzg/notice

路由:/dxzg/notice


Earnings Date

Earnings Date by hillerliao

举例:https://pyrsshub.herokuapp.com/earningsdate/businesswire

路由:/earningsdate/:category

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


界面快讯

界面快讯 by hillerliao

举例:https://pyrsshub.herokuapp.com/jiemian/newsflash/166

路由:/jiemian/newsflash/:category

参数:category [必填,见界面快讯栏目https://www.jiemian.com/lists/4.html]


证监会审核进度

证监会审核进度 by hillerliao

举例:https://pyrsshub.herokuapp.com/csrc/audit/a1d50077cd7f4b15bd1c8d6163f32850

路由:/csrc/audit/:category

参数:category [必填,见证监会栏目 https://neris.csrc.gov.cn/alappl/home/gongshi]


财新网滚动新闻

财新网滚动新闻 by hillerliao

举例:https://pyrsshub.herokuapp.com/caixin/scroll/125

路由:/caixin/scroll/:category

参数:category [必填,见财新网滚动频道 http://www.caixin.com/search/scroll/0.jsp]


东方财富网行业/个股研报

东方财富网行业/个股研报 by hillerliao

举例:https://pyrsshub.herokuapp.com/eastmoney/report/stock/473

路由:/eastmoney/report/:type/:category

参数:type, category [必填,见财新网滚动频道 http://www.caixin.com/search/scroll/0.jsp]


选股宝板块/主题动态

选股宝板块/主题动态 by hillerliao

举例:https://pyrsshub.herokuapp.com/xuangubao/theme/17006066

路由:/xuangubao/:type/:category

参数:type = theme|subject, category [必填,板块/主题ID]


财联社主题动态

财联社主题动态 by hillerliao

举例:https://pyrsshub.herokuapp.com/cls/subject/1345

路由:/cls/subject/:category

参数:category [必填,见财联社APP主题栏目]


链得得栏目动态

链得得栏目动态 by hillerliao

举例:https://pyrsshub.herokuapp.com/chaindd/column/3158465

路由:/chaindd/column/:category

参数:category [必填,见链得得栏目url中的数字编号]


Techcrunch tag文章列表

Techcrunch tag文章列表 by hillerliao

举例:https://pyrsshub.herokuapp.com/techcrunch/tag/216504

路由:/techcrunch/tag/:category

参数:category [必填,见 techcrunch 官网]


未央网-首页

未央网-首页 by hillerliao

举例:https://pyrsshub.herokuapp.com/weiyangx/home/

路由:/weiyangx/home/


未央网-国际快讯

未央网-国际快讯 by hillerliao

举例:https://pyrsshub.herokuapp.com/weiyangx/express/

路由:/weiyangx/express/


未央网 tag文章列表

未央网 tag文章列表 by hillerliao

举例:https://pyrsshub.herokuapp.com/weiyangx/tag/金融科技

路由:/weiyangx/tag/:category

参数:category [必填,见 weiyangx 官网]


今天看啥专栏文章列表

今天看啥专栏文章列表 by hillerliao

举例:https://pyrsshub.herokuapp.com/jintiankansha/column/KgkNwnDrsy

路由:/jintiankansha/column/:category

参数:category [必填,见 jintiankansha.me]


{% endblock content %}