GithubHelp home page GithubHelp logo

rafamunoz / bot-storjnodemonitor Goto Github PK

View Code? Open in Web Editor NEW
7.0 3.0 1.0 58 KB

Telegram bot to consult statisticians and notifications from Storj Nodes.

License: GNU General Public License v3.0

Dockerfile 1.57% Python 98.03% Shell 0.41%
storj-node telegram-bot statistics notifications docker python storj telegram

bot-storjnodemonitor's Introduction

Telegram Bot - Storj Node Monitor

If you have a Storj Node, You can implement this telegram bot to check all the statistics of your node and you can also receive notifications in case your node goes down. The statistics that you can see are the same as in the Dashboard of your Storj Node. From this bot you will be able to consult the statistics of all your Storj nodes, there is no need for a bot for each node.

You can try the bot here.

But they can also implement within your infrastructure very easily, below you have a guide.

Get Started

This Bot is mounted on Docker, so implementing it is very easy. You just need to have a database MongoDB 4.2.6-bionic and this container.

It is important that the database with your username and password are previously created before launching the bot.

Environment variables

Below you can see the Environment variables necessary for the operation of this container.

  • $TELEGRAM_TOKEN -> Token to access the HTTP API of your bot.

  • $URI_MONGODB -> Connection URI with your MongoDB database.

For example: mongodb://user:[email protected]/botstorjmonitor

Start the Container

To run this bot using Docker you can use the following command:

docker run -d --name bot-storjnodemonitor\
-e "TELEGRAM_TOKEN=YOUR-TELEGRAM-TOKEN" \
-e "URI_MONGODB=YOUR_URI_CONNECT_MONGODB"
rafa93m/bot-storjnodemonitor

Once this is done, you can now speak with your bot from the Telegram APP.

Donations

ETH: 0x62B128e40FDC786BC3Ae948d08b8783be7d3a199

bot-storjnodemonitor's People

Contributors

rafamunoz avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

koko004

bot-storjnodemonitor's Issues

On which machine?

Should I install this bot on the same machine as storj? Or on a dedicated machine outside my storj network?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.