You are viewing a single comment's thread from:
RE: Steemit analysis #3 - Upvotes, lots of them : How understanding the whales' upvoting cycles can increase your expected payout
Yes, how do you filter posts by categories on the blockchain?
Yes, how do you filter posts by categories on the blockchain?
I use piston, so I can get that information by calling steem.rpc.get_discussion_by_tag name(). If you already have a list of posts and want to filter them, you can use steem.rpc.get_content('idenfitier') and filter by 'tags' and 'created'.
Hope this makes sense, let me know if it's not clear enough.