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 | shHomebrew
brew install Microck/tap/wallapop
wallapop --versionScoop
scoop bucket add microck https://github.com/Microck/scoop-bucket
scoop install microck/wallapop
wallapop --versionnpm
npm install -g wallapop-cli
wallapop --versionThe 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 --versionThe 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 --versionCheck it works
wallapop --version
wallapop doctordoctor 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.