You are viewing a single comment's thread from:
RE: Store the Blockchain in a flat file with Python
To clarify, you want to get a list of usernames?
You can use
s = Steem()
accounts = s.get_all_usernames()
To clarify, you want to get a list of usernames?
You can use
s = Steem()
accounts = s.get_all_usernames()
thanks