{"id":15888275,"url":"https://github.com/antoncoding/steem-self-reward","last_synced_at":"2026-01-20T22:01:57.332Z","repository":{"id":52105687,"uuid":"139042499","full_name":"antoncoding/steem-self-reward","owner":"antoncoding","description":"A bot in nodejs to automatically generate comments and upvote them with full voting power.","archived":false,"fork":false,"pushed_at":"2022-12-08T06:07:51.000Z","size":576,"stargazers_count":1,"open_issues_count":4,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-07T21:45:45.105Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/antoncoding.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-06-28T16:19:24.000Z","updated_at":"2021-04-16T04:29:04.000Z","dependencies_parsed_at":"2023-01-24T15:00:53.203Z","dependency_job_id":null,"html_url":"https://github.com/antoncoding/steem-self-reward","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/antoncoding/steem-self-reward","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antoncoding%2Fsteem-self-reward","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antoncoding%2Fsteem-self-reward/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antoncoding%2Fsteem-self-reward/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antoncoding%2Fsteem-self-reward/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/antoncoding","download_url":"https://codeload.github.com/antoncoding/steem-self-reward/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antoncoding%2Fsteem-self-reward/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28615545,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T21:52:42.722Z","status":"ssl_error","status_checked_at":"2026-01-20T21:52:20.513Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-06T06:06:56.031Z","updated_at":"2026-01-20T22:01:57.315Z","avatar_url":"https://github.com/antoncoding.png","language":"JavaScript","readme":"# Self-reward on Steem\n\n## Overview\nThis script is created by [@antonsteemit](https://steemit.com/@antonsteemit), user can log in with their steem `posting_key`, and the script will automatically generate comments and vote on them. You can customize `voting weight` and `voting power threshold` to fit your needs, so that we can be sure that no voting power is wasted while we're asleep.\n\n![](cover.png)\n\n## Installation\n* You need to have `nodejs` installed to run the script.\n\n```\n$ git clone https://github.com/antoncoding/steem-self-reward.git\n$ npm install\n```\n\n## Configuration\nRename `config-example.json` to `config.json`:\n```\n$ mv config-example.json config.json\n```\nSet the options in `config.json`:\n```\n{\n  \"rpc_nodes\": [\n    \"https://api.steemit.com\",\n    \"https://rpc.buildteam.io\",\n    \"https://steemd.minnowsupportproject.org\",\n    ],\n    \"comment_poster\":\"account_to_comment\",\n    \"comment_posting_key\":\"posting_key\",\n    \"voters\":[\n      {\n        \"account\": \"voter1\",\n        \"posting_key\": \"posting_key_1\"\n      },\n      {\n        \"account\": \"voter2\",\n        \"posting_key\" :\"posting_key_2\"\n      },\n      {\n        \"account\":\"voter3\",\n        \"posting_key\":\"posting_key_3\"\n      }\n    ],\n\n  \"target_author\":\"self-reward\", // Info about target post you want to create your comments on, feel free to just use this one :)\n  \"target_permlink\":\"save-your-wasted-sp-and-maximize-your-incom-on-steem\",\n  \"parent_comment_content\":\"This is a comment created for self-reward.\",\n  \"voting_power_threshold\":10000, // create new comment and vote when 100% voting power reached.\n  \"voting_weight\":10000, // Vote with 100% voting weight\n  \"interval_milisec\":300000, // check interval in 1/1000 sec, 300 secs -\u003e 5 mins\n  \"detail_logging\":true\n}\n\n```\n\n## Run\n```\n$ node self-reward.js\n```\n\n## Donation:\nI'll appreciate it if you want to buy me a cup of **bubble tea** :)\n* Steem account: [@self-reward](https://steemit.com/@self-reward) or [@antonsteemit](https://steemit.com/@antonsteemit)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fantoncoding%2Fsteem-self-reward","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fantoncoding%2Fsteem-self-reward","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fantoncoding%2Fsteem-self-reward/lists"}