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
- git clone https://github.com/DoctorLai/SteemRebloggerService.git
- edit
config.json
- pm2 start reblogger.js
Monitor
pm2 monit
Technology Stack
Javascript, in particular the Node JS.
Configuration file
config.json
{
"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
- Automatic Upvote for these resteemed posts
- Avoid Resteemed Twice (currently, exception thrown)
- Resteem Queue - allow control of resteem/maximum intervals
Support me and my work as a witness - witness thread by
Thank you! Some of My Contributions: SteemIt Tutorials, Robots, Tools and APIs
Hey @justyy
Thanks for contributing on Utopian.
We’re already looking forward to your next contribution!
Want to chat? Join us on Discord https://discord.gg/h52nFrV.
Vote for Utopian Witness!
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit