Sort:  
Loading...

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

Can you please show that https://github.com/selabie68 belongs to you either updating it on github or showing a image of your logged in session on github. This is to confirm that both are same person.

I have just updated the image to the same as my Steem profile image

You can also see my steem account linked on the README.md file of the repository https://github.com/selabie68/steem-notify/blob/master/README.md

Congratulations @anarcist69! 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

To support your work, I also upvoted your post!

Do not miss the last post from @steemitboard:
SteemitBoard World Cup Contest - France vs Belgium


Participate in the SteemitBoard World Cup Contest!
Collect World Cup badges and win free SBD
Support the Gold Sponsors of the contest: @good-karma and @lukestokes


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

Wouldn't it be great, if a user can specify its own message format and triggers? Just via separated file with specific structure.
Image this:
As a user of your module I can specify something like this:

module.exports = [
  {
    medium: 'pushbullet',
    trigger: (operation) => {
      return operation.type === 'comment' && operation.body.contains('@adasq')
    },
    message: (operation) => {
      return operation.author = " has mentioned you in " + operation.url;
    }
  }
]

and then, when a comment (which mentions me) appears on the blockchain, I will be notified via pushbullet medium.

I really like a concept of the module. Good job.

You make a good point, so have services as individual modules where the package passed a set of parameters for processing.

Coin Marketplace

STEEM 0.12
TRX 0.34
JST 0.033
BTC 122349.27
ETH 4493.53
SBD 0.79