User Tools

Site Tools


code:vxmppb:install:git

VXMPPB

Git

..



I say this script has SMS on the NPM page. I achieve this using a great service called Cheogram. Check them out! <html> &#128513;</html> Message me on xmpp for a free month!

Clone vXMPPb

git clone https://git.vanderwarker.family/vxmppb/vxmppb.git

Change To Directory

cd vxmppb/

Install!

npm i

How To Configure vXMPPb

Backup Template

cp config.ini.dist config.ini

Edit Details

nano config.ini

General Bot Configuration

You're done!!!

Now, RUN!

nodejs index.js

To keep this script running in the background you can use screen or tmux! If you don't have them installed, just run it in the background using this command;

nohup nodejs index.js > /dev/null 2>&1 & echo $! > /tmp/vxmppb.pid

To kill the bot, simply type

kill $(cat /tmp/vxmppb.pid)
code/vxmppb/install/git.txt · Last modified: 2023/12/14 17:08 by stephen