Abstract: I have added five parameters to the Wechat Group Feed (RSS, API and Web Reader). These parameters allow you to filter out or specify the categories and tags. It also allows you to fetch all posts feed from all the following list given a SteemID.
Any suggestions, please contact me directly @justyy Thanks!.
好的,这是个抱大腿献殷勤的好机会,经过努力,升级了高级定制文章列表 RSS/API/阅读器,姑且称为2.0版本。主要改动:
支持 过滤标签和类别
支持了四个参数:
- 允许标签类别:allow_tags
- 不允许标签类别:disallow_tags
- 允许主标签类别:allow_main_tags
- 不允许主标签类别:disallow_main_tags
可以在RSS、API 和WEB 阅读器里指定这四个参数。比如 我只想看 主类别是 CN 但是又有 编程类 cn-programming 或者 travel 的文章:
- RSS: https://uploadbeta.com/api/steemit/wechat/feed/rss/?cached&allow_main_tags=cn&allow_tags=cn-programming,travel
- WEB 阅读:https://helloacm.com/tools/steemit/wechat/rss/?cached&allow_main_tags=cn&allow_tags=cn-programming,travel
- JSON API:https://uploadbeta.com/api/steemit/wechat/feed/?cached&allow_main_tags=cn&allow_tags=cn-programming,travel
支持获取关注列表的所有文章
支持了参数 following: 比如我想看 我关注的所有文章:
- RSS: https://uploadbeta.com/api/steemit/wechat/feed/rss/?cached&following=justyy
- WEB 阅读:https://helloacm.com/tools/steemit/wechat/rss/?cached&following=justyy
- JSON API:https://uploadbeta.com/api/steemit/wechat/feed/?cached&following=justyy
我关注的 除了 tumutanzi,并且不含 cn-programming 或者 travel
- RSS:https://uploadbeta.com/api/steemit/wechat/feed/rss/?cached&following=justyy&disallow=tumutanzi&disallow_tags=cn-programming,travel
- WEB 阅读:https://helloacm.com/tools/steemit/wechat/rss/?cached&following=justyy&disallow=tumutanzi&disallow_tags=cn-programming,travel
- JSON API:https://uploadbeta.com/api/steemit/wechat/feed/?cached&following=justyy&disallow=tumutanzi&disallow_tags=cn-programming,travel
已知问题
- 考虑到性能和实用性,关注列表 每小时更新一次(异步更新)
- 关注列表的成员需要在微信群列表里,需要入群者可以联系 contact AT tumutanzi.com 或者加大伟哥微信 @rivalhw
新技能,你 get 了么?
在使用过程中如有建议或者BUG反馈,请直接 @justyy (微信或 steemit 都可以)
Originally published at https://steemit.com Thank you for reading my post, feel free to Follow, Upvote, Reply, ReSteem (repost) @justyy which motivates me to create more quality posts.
原文首发于 https://Steemit.com 首发。感谢阅读,如有可能,欢迎Follow, Upvote, Reply, ReSteem (repost) @justyy 激励我创作更多更好的内容。
// Later, it will be reposted to my blogs: justyy.com, helloacm.com and codingforspeed.com 稍后同步到我的中文博客和英文计算机博客。
近期热贴
- 过去7天收益排行榜
- 一不小心上了公司推 - 公司对我真是真爱啊
- 微信群好友文章列表(网页,JSON API, RSS Feed 2.0)永久免费给大家使用
- 微信公众号(justyyuk)机器人支持 STEEM 查询啦
- 聂小倩 (1)| #5电影
- SteemIt 好友微信群排行榜 - (实时更新版)
Recent Popular Posts
- Daily Top 30 Authors Pending Payout in the Last 7 days
- Wechat Group Sortable Rss Feed (API, RSS Feed and Web UI)
- Wechat bot now supports inquiry for SteemIt Accounts.
- Bruteforce Solution to Mathematics × Programming Competition #5
- SteemIt Daily Wechat Group Ranking
- Voting Weight for SP less than 500
- SteemSQL Tutorial: How to Get Authors Order By Potential Payout in Last 7 days?
Tags: cn cn-programming wechat steemit rss