Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pe46dro/storj-ratio-checker
Simple bash script to check Storjshare timed out/sending ratio and send Telegram notification
https://github.com/pe46dro/storj-ratio-checker
shell storj storjshare telegram
Last synced: 18 days ago
JSON representation
Simple bash script to check Storjshare timed out/sending ratio and send Telegram notification
- Host: GitHub
- URL: https://github.com/pe46dro/storj-ratio-checker
- Owner: Pe46dro
- License: gpl-3.0
- Created: 2017-05-01T14:01:06.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-05-03T19:24:50.000Z (over 7 years ago)
- Last Synced: 2024-10-28T11:59:01.403Z (2 months ago)
- Topics: shell, storj, storjshare, telegram
- Language: Shell
- Size: 17.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Storj-Ratio-Checker
> Simple bash script to check Storjshare timed out/sending ratio and send Telegram notification
### Build [![Build Status](https://travis-ci.org/Pe46dro/Storj-Ratio-Checker.svg?branch=master)](https://travis-ci.org/Pe46dro/Storj-Ratio-Checker)
## Table of Contents
- [Maintainer](#maintainer)
- [Install](#install)
- [Usage](#usage)
- [Contribute](#contribute)
- [License](#license)## Maintainer
- [Pe46dro](https://github.com/Pe46dro)
- [Kaos1337](https://github.com/Kaos1337)## Install
```
#Install requirements
apt-get install bc curl#Download script
wget https://raw.githubusercontent.com/Pe46dro/Storj-Ratio-Checker/master/checker.sh```
Edit `checker.sh` with your favorite editor and edit this two lines:
```
tg_bot_token="Bot token from @Botfather"
tg_chat_id="Your chat id"
```Make it executable
```
chmod +x checker.sh
```## Usage
```
./checker.sh
```You can set a cronjob with the user that run Storjshare to keep track of the ratio with the schedule you prefer.
## Contributing
1. Fork it!
2. Create your feature branch: `git checkout -b my-new-feature`
3. Commit your changes: `git commit -am 'Add some feature'`
4. Push to the branch: `git push origin my-new-feature`
5. Submit a pull request :D## License
GNU General Public License v3.0