You are viewing a single comment's thread from:

RE: 2 Python Scripts for SteemData to get a list of all SteemPower Delegators or Delegatees for a specific Account.

in #steemdata7 years ago

any ideas?

telesti@starship:~/python$ python3 ./delegator.py enki74
Traceback (most recent call last):
  File "./delegator.py", line 1, in <module>
    from steemdata import SteemData
ImportError: No module named 'steemdata'
telesti@starship:~/python$ ./delegator.py enki74
from: can't read /var/mail/steemdata
from: can't read /var/mail/collections
^C./delegator.py: line 5: syntax error near unexpected token `('
./delegator.py: line 5: `s = SteemData()'
Sort:  

Hi enki74,

you need to install steemdata python libs first

pip install -U steemdata

See https://steemdata.com/guide