GithubHelp home page GithubHelp logo

liver-23 / janusbot Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mellifera-labs/janusbot

0.0 0.0 0.0 18.99 MB

Self hosted Bot to easy vote in cosmos ecosystem

License: MIT License

JavaScript 100.00%

janusbot's Introduction

janusbot

Self hosted Bot to easy vote in cosmos ecosystem

There is no need to vote via cli or web UI, just setup a bot with your validator or wherever you want and get notifications with vote options and vote directly in telegram!

How to run a bot

Upload the latest release on your machine

For example:

wget https://github.com/MELLIFERA-Labs/janusbot/releases/download/v0.0.3/janusbot-linux-amd64

Add binary to bin

 mv janusbot-linux-amd64 /usr/bin/janusbot 

Setup app config

janusbot init

Fill all forms step by step as in example:

Setup service file

  1. Create service file
 touch /etc/systemd/system/janusbot.service
  1. Fill service file:
cat <<EOF >> /etc/systemd/system/janusbot.service
[Unit]
Description=Janusbot daemon
After=network-online.target

[Service]
User=<USER>
ExecStart=/usr/bin/janusbot start
Restart=on-failure
RestartSec=3
LimitNOFILE=4096

[Install]
WantedBy=multi-user.target
EOF
  1. Reload systemctl
systemctl daemon-reload
  1. Start service
 systemctl start janusbot.service
  1. In order to watch the service run, you can do the following:
  journalctl -u janusbot.service -f

VIDEO GUIDES

SUPPORT US

  • COSMOS: cosmos1qcual5kgmw3gqc9q22hlp0aluc3t7rnsprewgy
  • JUNO: juno1qcual5kgmw3gqc9q22hlp0aluc3t7rnsh3640c
  • OSMOSIS: osmo1qcual5kgmw3gqc9q22hlp0aluc3t7rnsfc277k

Also, you can just delegate in one of our nodes : ) https://mellifera.network

janusbot's People

Contributors

ruslanglaznyov avatar

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.