Ctpbot
A script to find and react to !CTP 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 ctpbot by (you may need to replace pip3 by pip):
sudo pip3 install -U ctpbot beem hiveengine
Configure And Run Ctpbot
First clone the Github repository to your home directory:
cd ~
git clone https://github.com/flaxz/ctpbot
After that edit your comment templates using Nano, there are 4 comment templates.
sudo apt install nano
cd ~/ctpbot/templates
ls
nano COMMENT-TEMPLATE-1-2-3-4
Then edit your configuration file.
cd ~/ctpbot
nano ctpbot.config
Copy your configuration and comment templates to your working directory.
cd ~/ctpbot
sudo cp -R templates /usr/local/bin
sudo cp ctpbot /usr/local/bin
sudo cp ctpbot.config /usr/local/bin
sudo cp run-ctpbot.sh /usr/local/bin
Make the startup scripts executable.
cd /usr/local/bin
sudo chmod u+x ctpbot
sudo chmod u+x run-ctpbot.sh
Copy the Systemd config to it's directory.
cd ~/ctpbot
sudo cp ctpbot.service /etc/systemd/system
Reload Systemd and start the bot.
sudo systemctl daemon-reload
sudo systemctl start ctpbot.service
Get status and error messages.
sudo systemctl status ctpbot.service
q
Stop the bot.
sudo systemctl stop ctpbot.service
As has been stated above this bot is in early Beta and bugs and issues are likely to occur.
Release files for ctpbot 0.0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| ctpbot-0.0.1.tar.gz | 6.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| ctpbot-0.0.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 12.9 kB
Release files / ctpbot-0.0.1.tar.gz
| Download URL | ctpbot-0.0.1.tar.gz |
|---|---|
| Size | 6.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
1d9dd7ba4e7dfe9876bbe26d62ee71d23e6a7fc860ee6653dda46fcd0c1d42f6
|
|
BLAKE2b-256 checksum How to use checksums |
327584ed93727d27f8d731a3a70bc2f420d2561fa9d401fd775f3e90a067c1b8
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.9.2
|
Release files / ctpbot-0.0.1-py3-none-any.whl
| Download URL | ctpbot-0.0.1-py3-none-any.whl |
|---|---|
| Size | 6.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
eb4bc7401a37ee52ea9d8158cbe69472fdadf6f251a0a94d2a82658a816ffd2a
|
|
BLAKE2b-256 checksum How to use checksums |
d6a127c58ce49442525606ab34cf233d14204bf772adf0de56254aeb43b97986
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.9.2
|