Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/scientistnik/bts-notifier
Telegram bot for sending BitShares account notifications
https://github.com/scientistnik/bts-notifier
bitshares
Last synced: about 2 months ago
JSON representation
Telegram bot for sending BitShares account notifications
- Host: GitHub
- URL: https://github.com/scientistnik/bts-notifier
- Owner: scientistnik
- License: mit
- Created: 2018-05-26T10:13:13.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-09T21:25:07.000Z (over 5 years ago)
- Last Synced: 2024-08-04T03:03:31.860Z (5 months ago)
- Topics: bitshares
- Language: JavaScript
- Size: 17.6 KB
- Stars: 4
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-bitshares - bts-notifier - Telegram bot for sending BitShares account notifications (Libraries / Tools and Scripts)
README
# bts-notifier
Telegram bot for sending BitShares account notifications## How to use
If you want to try how it works - [@btsnotifierbot](https://t.me/btsnotifierbot) (no guarantee of stable work)## Your personal notifier
If you want to start your own bot, you need:
- Clone repo and install packages
```
$ git clone [email protected]:scientistnik/bts-notifier.git
$ cd bts-notifier
$ npm install
```
- Configurete bot in file `.env`: set `TELEGRAM_TOKEN` and if you want `TELEGRAM_ADMIN` (see `.env-template`)
- Start bot:
```
$ ./main.js
```
- if you want, start in docker:
```
$ docker build -t bts-notifier
$ docker run -b bts-notifier
```
## Contributing
Bug reports and pull requests are welcome on GitHub.## License
The package is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).