You are viewing a single comment's thread from:

RE: A simple Python script to find inactive follows

in #steem6 years ago (edited)

It seems like it should, as there are both last_post and last_root_post. That's probably a better way to do several of the things I've been doing, thanks.

Hm, last_post is just a date, though. So I guess it works for this but not for anything I need a permalink for.

That also picks up accounts that have never posted, which my original code did not.