SkillAgentSearch skills...

Curobot

Your personal curation bot on the steem network™

Install / Use

/learn @emre/Curobot
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

curobot

Your personal curation bot on the steem network™

Installation

(sudo) pip install curobot

You're all set. (You need python 3.6+)

Running

$ POSTING_KEY=private_wif curobot config_file.json

Configuration Details

{
  "rules": [
    {"author": "foo", "weight": 50.0, "vote_delay": 30},
    {"author": "bar", "weight": 50.0, "vote_delay": 30},
  ],
  "keys": ["PRIVATE_KEY"],
  "account": "emrebeyler",
  "mysql_uri": "mysql+pymysql://root:pass@localhost/curobot",
  "nodes": ["https://rpc.buildteam.io"]
}

rules

| author | weight | vote_delay | bad_tags | | ------------- |--------------------|---------------------|--------------------- | account username | vote power in percentage | X minutes before vote | list of blacklisted tag |

account

Voter account name

nodes

RPC nodes to connect. Default is api.steemit.com

View on GitHub
GitHub Stars8
CategoryDevelopment
Updated2y ago
Forks5

Languages

Python

Security Score

70/100

Audited on Jun 3, 2023

No findings