RE: Analyzing proposals

You are viewing a single comment's thread from:

Analyzing proposals

in steem •  5 years ago  (edited)

I have a list with all the accounts that have cast a vote in the last 24 hours. It is about 32.5k.
https://pastebin.com/iZV8KdQS
You can load it with
file = open("accounts.txt","r")
itemlist=file.readlines()
I hope :D

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!
Sort Order:  

That might work, I’ll check today. Thanks. :)