You are viewing a single comment's thread from:RE: Store the Blockchain in a flat file with PythonView the full contextcryptohazard (63)in #steem • 8 years ago question can you point me what to do if I want only the accounts' name? I need more and more posts like that.
To clarify, you want to get a list of usernames?
You can use
s = Steem() accounts = s.get_all_usernames()
thanks