RE: RE: Suing @justinsunsteemit for control.
You are viewing a single comment's thread from:

RE: Suing @justinsunsteemit for control.

Words
138
Reading
1 min
Listen
Play
7y

curl -s --data '{"jsonrpc":"2.0", "method":"database_api.list_witness_votes", "params": {"start":["goodguy24",""], "limit":200, "order":"by_witness_account"}, "id":1}' https://api.steemit.com

I assume you are familiar with this api call, but if not I thought maybe it couldn't hurt to bring it to your attention. It appears that this calls up to 200 users who voted for goodguy24. I trust you know how to change the usernames and the limit (max 1000).

It starts with goodguy24, then it moves on to the next witness in alphabetical order-which could be a good or neutral witness. But I am sure you know how to tokenize the data: in this case ["witness":"goodguy24"] .

I am not sure what language you use, but here a php array. May want to double check it.

$a[0]="goodguy24";
$a[1]="cloudysun";
$a[2]="eastooowest";
$a[3]="hunger365";
$a[4]="waitforyou1";
$a[5]="paintingclub";
$a[6]="flyingfly1";
$a[7]="jumphigh";
$a[8]="coronashallgo";
$a[9]="night11pm";
$a[10]="car2001";
$a[11]="aheadofslow";
$a[12]="bostonawesome";
$a[13]="toke2049";
$a[14]="agirl10000";
$a[15]="happylife123";
$a[16]="nicetry001";
$a[17]="high46";
$a[18]="onestepaday";
$a[19]="respect888";