Contribution - Actifits NodeJS voting bot and token calculator

in #utopian-io6 years ago

Introduction

Hello Utopians! @cryptouru over here with my second contribution :)

This time I come with a Voting bot and a SMT token tracker for the @actifit community (a community you should totally check out BTW). This development is a direct response of this task:

https://steemit.com/utopian-io/@mcfarhat/actifit-task-nodejs-script-for-upvoting-calculating-and-storing-rewards

Before going into task details I want to thank @mcfarhat for the opportunity and say that it was a pleasure working with him and very nice to meet him. He really knows what he wants and how to communicate it, working with him was a breeze and we always seemed to be on the same page. I would totally repeat this experience :)

Repository

https://github.com/mcfarhat/actifit-bot

I divided the task into three separate node processes. The voting process, the token calculation process and an API process.

Voting Process

The voting process is heavily based on @yabapmatt community bot script:

https://github.com/MattyIce/communitybot

As the task requested this process does the following:

  1. Waits until 100% voting power and 24hs have passed since last vote
  2. Gets all actifit posts and filters them out acording to the following criteria
    • actifit is main tag
    • @actifit and @actifit.pay are beneficiaries
    • Post has not been previously voted by accout or flagged by known trusted accounts
    • Post has the property step_count in it's json_metadata
  3. Calculates vote weight according to the rules shared on the task request.
  4. Votes and comments in a synchronous way to avoid hitting API or transaction limits .

Besides the previous logic I added configuration options to exclude posts with paid votes from voting round and to set a minimum post age as filter. Paid votes filtering is done by consulting the steembottracker API to load an array of bots. (thanks again @yabapmatt !)

The main technologies involved on this task were:

  • NodeJS
  • SteemJS
  • Axios

Token Balances & Transactions

Calculating token balances was no easy feat. My first approach was getDiscussionsByCreated a well known steemJS API method to bring new posts with the capability of filtering them by a tag.

When results were = 100 I made another request until results was <> 100 or the last post from the request was the same post used to index.

On paper this approach should have eventually loaded all actifit posts, yet there is an unspoken API limitation in regards unpopular tags, that is that you usually can't go more than a week back when using this method. I haven't found this documented anywhere, yet from experience I can say it is the case for many tags.

After hitting this wall I decided to go after the @actifit voting history. @mcfarhat told me that it should include all posts elegible for token rewards. This approach was harder and more tedious but eventually brought all the posts we expected.

After the previous was running the process was as it follows:

  • Filter out posts with beneficiary rule
  • Use step_count rule to calculate post token rewards (details on task request)
  • Go through post votes and reblogs to generate appropiate token transactions and rewards
  • Save everything into a mongoDB database:

user_tokens: with fields user, total_token_count
token_transactions: with fields user, reward_activity, post_permalink, date, and token_count.

In paralel there is a process which queries the token_transactions table and groups token counts with users. With this the user_tokens table/collection is filled

As a bonus I did setup the script to backup all post data that passes the filter, as I find this safe-guard to be good in the case or unexpected API limitations.

The main technologies involved int this task were:

  • NodeJS
  • MongoDB and it's node driver
  • SteemJS

API

Well... This is just 20 < lines of code Express API that queries the previous implementation.

It has two methods:

The main technologies involved int this task were:

  • NodeJS
  • MongoDB and it's node driver
  • Express Server

Bonus

Email Service

I'm sort of an email guy, so I could not help but to implement an email notifications system. In case of an error, the configured email would get notified and after each voting round an e-mail summary would be sent.

Ok....

I think that's all of it :)

If anyone has any doubt or concern just let me know. I'll hapilly reply.

Here's the pull request:

https://github.com/mcfarhat/actifit-bot/pull/1

Sort:  
Loading...

Thank you for all the help on this, well done !

Hey @cryptouru
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!

Hey @utopian-io thanks for giving developers the space to contribute this way.

You're awesome!

Wow all that wen't way over my head,thank you for working with the actifit teem. I like this app and I am glad to see it getting better all the time!

Congratulations @cryptouru! You have received a personal award!

SteemitBoard World Cup Contest
Click on the badge to view your Board of Honor.

Do not miss the last post from @steemitboard:
SteemitBoard World Cup Contest - The results, the winners and the prizes

Do you like SteemitBoard's project? Then Vote for its witness and get one more award!

thanks for information

Congratulations @cryptouru! You have completed the following achievement on Steemit and have been rewarded with new badge(s) :

Award for the number of upvotes

Click on the badge to view your Board of Honor.
If you no longer want to receive notifications, reply to this comment with the word STOP

Do you like SteemitBoard's project? Then Vote for its witness and get one more award!

Congratulations @cryptouru! You have completed the following achievement on Steemit and have been rewarded with new badge(s) :

Award for the number of upvotes

Click on the badge to view your Board of Honor.
If you no longer want to receive notifications, reply to this comment with the word STOP

Do you like SteemitBoard's project? Then Vote for its witness and get one more award!

Congratulations @cryptouru! You have completed the following achievement on Steemit and have been rewarded with new badge(s) :

Award for the number of upvotes

Click on the badge to view your Board of Honor.
If you no longer want to receive notifications, reply to this comment with the word STOP

Do you like SteemitBoard's project? Then Vote for its witness and get one more award!

Congratulations @cryptouru! You have completed the following achievement on Steemit and have been rewarded with new badge(s) :

Award for the number of upvotes

Click on the badge to view your Board of Honor.
If you no longer want to receive notifications, reply to this comment with the word STOP

Do you like SteemitBoard's project? Then Vote for its witness and get one more award!

Coin Marketplace

STEEM 0.26
TRX 0.11
JST 0.033
BTC 64207.05
ETH 3065.15
USDT 1.00
SBD 3.87