You are viewing a single comment's thread from:

RE: Naughty Tagger's List 2/18/18 - 2/24/2018 -- Tag spammers identified. Now the ball's in your court!

in #steemit7 years ago

Hey bycoleman - not sure if you're a developer but would you know what API call I can use to fetch the tags a specific account has used? The documentation isn't very clear and I have been trying quite a few that I would think would work, but no luck. Also, some API calls seem to be deprecated. Any guidance helps! We want to ensure no spamming occurs on Steemit as well so the measures are being taken on our side.

Sort:  

I use the SteemJ in conjunction with SteemSQL.

The SteemSQL is paramount in doing proper analysis. Without it is a lot more effort.

If your using the steem API directly I believe you have to use the database API

If SteemJ you can look at get_discussions_by_author_before_date
or
Accounts.get(0).getTagsUsage()