Follow your favourite authors and other content-related events on Steemit.
Recently I have been working on a new MapReduce module for steemreduce
. The new module is called notifications
and it can be used to watch various content-related events on the blockchain and send out notifications.
In case you don't know steemreduce, check #steemreduce and also the main steemreduce README.
You can download steemreduce
executable for your platform including this module from CircleCI. In case something is broken, please contact me on Steem Slack or create an issue in the project repository.
Everything necessary is written in the module README.
Available Events to Watch
- Story published/edited.
- Story vote cast.
- Comment published/edited.
- Comment vote cast.
You probably don't want to just trigger notifications on all of these event types, that is why it is possible to filter events, e.g. by the content author or tag. Please see the documentation.
Available Notifiers
Command Notifier
The command notifier can be used to execute a command of you choice when an
event is emitted. This way you even implement desktop notifications on Mac OS X
using terminal-notifier.
Email Notifier
The email notifier can be simply used to send out emails.