Follow the steps below to install and set up JAPIRC on your linux system.
Debian Based:
sudo apt-get install git
Fedora Based:
sudo dnf install git
Arch Linux Based:
sudo pacman -S git
Gentoo Based:
sudo emerge dev-vcs/git
Once Git is installed, clone the JAPIRC repository by running the following command:
git clone https://github.com/Nakildias/JAPIRC
Change into the newly created JAPIRC directory:
cd JAPIRC
Inside the JAPIRC directory, run the installation script:
bash ./install.sh
The script will prompt you for your sudo password. Enter it to proceed with the installation.
JAPIRC japirc japi
By default, JAPIRC runs on port 5050 and uses the password "SuperSecret" for the server.
If you’d like to change the default settings (port or password), you can edit the "JAPIRC_CLI.server.py" file located at:
~/.local/share/JAPIRC/JAPIRC_CLI.server.py
Use any text editor of your choice to modify these values sudo/root not required.