CoolFace
Apppublic

xfvsdf/qqbot

sourceHugging Faceupdated 11mo agoView on Hugging Face
0likes
install.sh17 linesDownload Raw Back to root
1apt update2apt install git -y3curl -Ls https://astral.sh/uv/install.sh | sh4source $HOME/.local/bin/env.sh5if [ -f "./web.py" ]; then6    # Already in target directory; skip clone and cd7    :8elif [ -f "./gcli2api/web.py" ]; then9    cd ./gcli2api10else11    git clone https://github.com/su-kaka/gcli2api.git12    cd ./gcli2api13fi14git pull15uv sync16source .venv/bin/activate17python3 web.py