You are viewing a single comment's thread from:

RE: POB STREET 04-09-21 #4 with @onealfa

Now I just need to learn how to code lol...I've played with HTML, but am very limited. I can create a mean spreadsheet in Excel with some Macros, but that's about the extent of my programming capabilities. With that being said, would there be a way to hire a professional programmer to program these things into the interface? It could very well be worth it to pony up some cash for that as a community.

Sort:  

The API is huge but I think one can get this sort of thing using this call:

condenser_api.get_discussions_by_active 
Returns a list of discussions based on active.

Query Parameters JSON 
[
  {
    "tag": "",
    "limit": 0,
    "filter_tags": [],
    "select_authors": [],
    "select_tags": [],
    "truncate_body": 0
  }
]

See https://developers.hive.io/apidefinitions/#condenser_api.get_discussions_by_active

Maybe there are routines in there that gives you the tags are in the posts a particular user has been voting on. If not we would have to create a backend to do that part.