The StmCnbuddy project makes the steemit bot @cnbuddy
open source. @cnbuddy dedicates to encourage new users within the CN community to actively
publish new blogs by up-voting their works.
Node.js: it's implemented by JavaScript/ES5 through Node.js.
MongoDB: any exchanged data including members, delegators, blogs, upvotes and replies are organized and stored in MongoDB collections.
Steem.js: the official steem library makes the existence of @cnbuddy become true.
Justyy's user list: . It provides data source for users, which was the fundamental functionality.
cron, winston, and other packages: they help @cnbuddy in fulfilling other essential functionalities.
@cnbuddy is now working well in most of times, yet still not 100% reliable. So the next few revisions will include introducing redundancy to make it fault tolerable.
The author was focusing on functionalities during the first several versions, so other stuff such as UI was omitted. The next few revisions, therefore, will also introduce the UI.
Please fork my Github repository StmCnbuddy for contributions. Thank you!