StmBlogger - A blog bot for steemit.com

Words
180
Reading
1 min
Listen
Play
9y

Introduction

Steemit.com has APIs that allow us to publish blog automatically. Previously, I
discussed how to use these APIs to do automatic blogging (How to Write a
Steemit Blogging Bot Step by Step Using JavaScript
). Now in this blog, I
make my own blogging bot, which uses the same techniques, open source, that
is, the StmBlogger.

blog.png

Tech Stack

  • Node.js: this bot is written in JavaScript/ES6.

  • MongoDB: blogs are saved in MongoDB collections once published successfully.

  • Steem.js: the official steem library provides APIs to publish blogs.

  • Utopian.io APIs: one blog analyzes posts of Utopian.io.

  • cnbuddy@cnbuddy: one blog analyzes cnbuddy's delegators.

Roadmap

  • StmBlogger is a usage-oriented tool, so currently no UI available. Next
    revisions will add UI to it.

  • It is supposed to deal with different kinds of blogs, bu now it has
    limitations on extending itself. So some future major revisions will optimize
    the infrastructure to make extension to be easier.

  • And of cause... bug fixes.

Contribution

Please fork my Github repository StmBlogger for to contribute.
Thank you!

github.png



Posted on Utopian.io - Rewarding Open Source Contributors

StmBlogger - A blog bot for steemit.com | Ecency