You are viewing a single comment's thread from:
RE: Can someone help me with Steem API calls in Python?
Are you using the python-steem library? If so, it's as simple as:
from steem.account import Account
account = Account('zcgolf16')
print(account)
Are you using the python-steem library? If so, it's as simple as:
from steem.account import Account
account = Account('zcgolf16')
print(account)
Need to make the code formatting here much nicer :)
Edit - there we go. Darker squared background to really highlight code samples.
I figured out how to do it a different way but thank you, @jesta! It's really awesome to be in a community where the dev of the biggest projects here is willing to help out a small programmer like me. What I am curious about is how do you get a darker background around code? Thanks!
You've probably gotta give the page a refresh to get the CSS changes to show. I don't know that any sort of CSS cache-busting is in place within chainBB just yet.
And of course! Glad to help when I find the time. After almost a year of being on steemit I'm glad I can find people's questions :)
#steemdev ftw!