Do you have a routine to return the % of self-votes from all pending comments and posts?
I am using the condenser API, and it's been working great so far.
I'm looking for def that checks an account, gets all posts and comments by the author, and checks if any are self-voted, returning a percentage figure as a float.
Anything above 1%, (or defined value) does not get a vote. Could be another check for you?