Telegram bot for sending BitShares account notifications
If you want to try how it works - @btsnotifierbot (no guarantee of stable work)
If you want to start your own bot, you need:
- Clone repo and install packages
$ git clone git@github.com:scientistnik/bts-notifier.git
$ cd bts-notifier
$ npm install
- Configurete bot in file
.env
: setTELEGRAM_TOKEN
and if you wantTELEGRAM_ADMIN
(see.env-template
) - Start bot:
$ ./main.js
- if you want, start in docker:
$ docker build -t bts-notifier
$ docker run -b bts-notifier
Bug reports and pull requests are welcome on GitHub.
The package is available as open source under the terms of the MIT License.