Hello, steemians.
This is a new tutorial series on accessing Steem blockchain using python programming language.
Install 'Git' and get access from the command prompt (cmd). Download from here.
Go to the required drive/directory, where steem-python is to be installed using the command prompt (cmd).
$ E:
$ git clone https://github.com/steemit/steem-python
$ cd steem-python
Inside this folder, we find a file - "setup.py". Install it using python command as follows:
$ python setup.py install
Nice, The tool is installed successfully!!...
Now, let's check if it is working.
For this, we follow some basic examples from here
from steem import Steem
s = Steem()
then we're getting the account of 'ned' and his sbd balance and printing it
That's all for today, stay tuned for next tutorials.
GitHub: https://github.com/lonelywolf1