Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 426 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 426 Bytes

TheRising - Steem Bid Bot in Python

Steps to start your own bot:

  1. Install Anaconda Python 3.6 Version.
  2. Install steem package in python with this command: pip install steem.
  3. Just replace the acc_name in bot.py file to your steemit accout name without the @
  4. Add your account's private posting key & active key in their respective fields in bot.py and run bot.py

You're done buddy! Your bot is live and kicking.