Skip to content

lxmfy/js8call-bot

Repository files navigation

LXMFy JS8Call Bot

DeepSource Build Test Docker Build and Publish

LXMF JS8Call bot that uses the LXMFy bot framework. Relays messages from JS8Call over LXMF.

Features

  • Relays messages from JS8Call over LXMF via TCP API for JS8Call.
  • Supports multiple users and groups.

To-Do

  • Supports multiple JS8Call APIs.
  • Bot LXMF icons

Installation

Make sure JS8Call is running and API enabled.

pipx install lxmfy-js8call-bot
lxmfy-js8call-bot

Docker/Podman:

Create directories for the bot

mkdir -p yourbotname/config yourbotname/storage yourbotname/.reticulum
docker run -d \
    --name lxmfy-js8call-bot \
    --network host \
    -v $(pwd)/yourbotname/config:/bot/config \
    -v $(pwd)/yourbotname/.reticulum:/root/.reticulum \
    -v $(pwd)/yourbotname/storage:/bot/storage \
    --restart unless-stopped \
    ghcr.io/lxmfy/lxmfy-js8call-bot:latest

Remove --network host for no auto-interface and want to keep things isolated.

Running with Poetry:

poetry install
poetry run lxmfy-js8call-bot

Building:

poetry install
poetry build

Packages

 
 
 

Contributors 2

  •  
  •