Skip to main content

A script to find and react to BBH commands in comments

Project description

BBHbot

A script to find and react to !BBH commands in comments on the Hive blockchain.

Please note that this software is in early Beta stage, and that you need to know what you are doing to use it.

Installation

For Ubuntu and Debian install these packages:

sudo apt-get install python3-pip build-essential libssl-dev python3-dev python3-setuptools python3-gmpy2

Install Python Packages

Install bbhbot by (you may need to replace pip3 by pip):

sudo pip3 install -U bbhbot beem hiveengine

Configure And Run BBHbot

First clone the Github repository to your home directory:

cd ~
git clone https://github.com/flaxz/bbhbot

After that edit your comment templates using Nano, if you want to change anything, there are 4 comment templates.

sudo apt install nano 
cd ~/bbhbot/templates
ls
nano COMMENT-TEMPLATE-1-2-3-4

Then edit your configuration file.

cd ~/bbhbot
nano bbhbot.config

Copy your configuration and comment templates to your working directory.

cd ~/bbhbot
sudo cp -R templates /usr/local/bin
sudo cp bbhbot /usr/local/bin
sudo cp bbhbot.config /usr/local/bin
sudo cp run-bbhbot.sh /usr/local/bin

Make the startup scripts executable.

cd /usr/local/bin
sudo chmod u+x bbhbot
sudo chmod u+x run-bbhbot.sh

Copy the Systemd config to it's directory.

cd ~/bbhbot
sudo cp bbhbot.service /etc/systemd/system

Reload Systemd and start the bot.

sudo systemctl daemon-reload
sudo systemctl start bbhbot.service

Get status and error messages.

sudo systemctl status bbhbot.service

Stop the bot.

sudo systemctl stop bbhbot.service

As has been stated above this bot is in early Beta and bugs and issues are likely to occur.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

bbhbot-0.0.3.tar.gz (6.7 kB view details)

Uploaded Source

Built Distribution

bbhbot-0.0.3-py3-none-any.whl (6.3 kB view details)

Uploaded Python 3

File details

Details for the file bbhbot-0.0.3.tar.gz.

File metadata

  • Download URL: bbhbot-0.0.3.tar.gz
  • Upload date:
  • Size: 6.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.6

File hashes

Hashes for bbhbot-0.0.3.tar.gz
Algorithm Hash digest
SHA256 b8c8d6622f3e358db3085f7922453bc4caaa89e3e5fcbb223374b616148c4c7f
MD5 3625926e05aa1b9251640b30d09f286c
BLAKE2b-256 a163c992a4194fae35d8546b0e54ec05474e2c62cb2ae01200ea329445f9e3e7

See more details on using hashes here.

File details

Details for the file bbhbot-0.0.3-py3-none-any.whl.

File metadata

  • Download URL: bbhbot-0.0.3-py3-none-any.whl
  • Upload date:
  • Size: 6.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.6

File hashes

Hashes for bbhbot-0.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 21c40a541b49f39c76d4e71667b2ba0d7b30837bb0d74cdc760f54a71b014951
MD5 2597c7c7e1753d948890412859acb2b0
BLAKE2b-256 bd9d9ce038a73f5ed291e32726d35e2a97110b004b25b2b1a673ce8916e70aa3

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page