wallapop-cli

Install

Get the binary on macOS, Linux or Windows.

Version 0.1.0

Every path below was verified against the v0.1.0 release and prints wallapop 0.1.0. Each release also ships checksums.txt with a GitHub provenance attestation.

Installer

Installs the latest release into ~/.local/bin (override with WALLAPOP_INSTALL_DIR):

curl -fsSL https://raw.githubusercontent.com/Microck/wallapop-cli/main/scripts/install.sh | sh

Homebrew

brew install Microck/tap/wallapop
wallapop --version

Scoop

scoop bucket add microck https://github.com/Microck/scoop-bucket
scoop install microck/wallapop
wallapop --version

npm

npm install -g wallapop-cli
wallapop --version

The postinstall step downloads the matching release archive for your platform, checks its SHA-256 against checksums.txt, and installs the binary.

Arch Linux

yay -S wallapop-cli-bin
wallapop --version

The package covers Linux amd64 and arm64, verifies the checksum and installs the binary.

Go install

go install github.com/Microck/wallapop-cli/cmd/wallapop@v0.1.0
wallapop --version

Check it works

wallapop --version
wallapop doctor

doctor checks that the config parses, the session mints, Wallapop is reachable and the CLI can fetch the chat token. Run it first whenever something behaves oddly.

On this page