RE: STEEM Autovote Bot

You are viewing a single comment's thread from:

STEEM Autovote Bot

in steem •  8 years ago 

I have this error
Traceback (most recent call last):
File "autovote-bot.py", line 13, in
import dateutil.parser
ImportError: No module named dateutil.parser
How to fix please thanks
and where i can find rpc user /pw

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!
Sort Order:  

you need to install python's dateutil.parser

try the following:

sudo easy_install pip
sudo pip install python-dateutil

thanks
Do you know where i can check my rpc user / password
And i have to put account to monitor : complexring
account to vote : otaku right?

And i have to rename example2.yaml to autovote.yaml right?

you can use any name you want. the script takes in one file as input on the command line, i.e.

python steem-autovote-bot.py example2.yaml
or
python steem-autovote-bot.py autovote.yaml

You have only Ubuntu build? No Windows?

sorry, no windows