I have a list with all the accounts that have cast a vote in the last 24 hours. It is about 32.5k.
You can load it with
file = open("accounts.txt","r")
itemlist=file.readlines()
I hope :D
https://pastebin.com/iZV8KdQS
You are viewing a single comment's thread from:
That might work, I’ll check today. Thanks. :)