I Love Coding! The SteemIt Reblogger Service

I Love Coding! The SteemIt Reblogger Service

image.png

New Project Motivation

On SteemIt, there are a lot of nice programming articles/tutorials from different authors. I would like a single account that resteemed all the programming-related posts, so that I can easily keep it as a feed.

Project Github

https://github.com/DoctorLai/SteemRebloggerService
Consider submitting a PR or Issue.

Installation

  1. git clone https://github.com/DoctorLai/SteemRebloggerService.git
  2. edit config.json
  3. pm2 start reblogger.js

Monitor

pm2 monit

Technology Stack

Javascript, in particular the Node JS.

Configuration file

config.json

1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"rpc_nodes": [
"https://api.steemit.com",
"https://rpc.buildteam.io",
"https://steemd.minnowsupportproject.org",
"https://steemd.privex.io",
"https://gtg.steem.house:8090"
],
"account": "ilovecoding",
"posting_key": "POSTING KEY",
"tags": ["ilovecoding", "programming", "coding"],
"blacklist": [],
"interval": 3
}

Roadmap

  1. Automatic Upvote for these resteemed posts
  2. Avoid Resteemed Twice (currently, exception thrown)
  3. Resteem Queue - allow control of resteem/maximum intervals

Support me and my work as a witness - witness thread by

  1. voting me here, or
  2. voting me as a proxy.

Thank you! Some of My Contributions: SteemIt Tutorials, Robots, Tools and APIs

You may now want to follow @ilovecoding for all programming-related posts!


This page is synchronized from the post: ‘I Love Coding! The SteemIt Reblogger Service’

Your browser is out-of-date!

Update your browser to view this website correctly. Update my browser now

×