Skip to content

This project provides a simple command line tool using steempy.

Notifications You must be signed in to change notification settings

sean-liu55/steempy-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

steempy-tools

support op: update_account、update_witness、withdraw、delegate_vest、vote_witness

Quickstart

Installation

Prepare python3 environment and steem library.

pip3 install steem

Demo

For example, you need to vote a witness, just modify "config_vote_witness.json" in config directory, then run the command below.

[
  {
    "key": "5KhzBw1YkwCZikR4C4uBwM9esFnnbA6vrvQb3zATPmFywdtktAJ",
    "vote_witness": {
      "account": "account1",
      "witness": "witness1",
      "approve": true
    }
  }
]
python3 steem_ops.py vote_witness

About

This project provides a simple command line tool using steempy.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages