Javelina
Installing the bot
Using pip
# Create a virtual environment
python -m venv .venv
# Active the virtual environment
source .venv/bin/activate
# Install the bot's package
pip install --index-url https://git.end-play.xyz/api/packages/profitroll/pypi/simple/ --extra-index-url https://pypi.org/simple javelina
Using pipx
# TODO
Initializing the bot
Using pip
# Activate the virtual environment
source .venv/bin/activate
# Trigger the initialization
javelina-cli init
Using pipx
# TODO
Starting the bot
Using pip
# Activate the virtual environment
source .venv/bin/activate
# Start the application
uvicorn javelina.asgi:app
Using pipx
# TODO
Running in Docker [Experimental]
docker run -d --name javelina -p 8000:8000 -v /path/to/config.json:/app/config.json:ro git.end-play.xyz/javelina/javelina:latest
Languages
Python
99.3%
Makefile
0.4%
Dockerfile
0.3%