chat
Read and send Wallapop messages
wallapop chat
Read and send Wallapop messages
Read and send Wallapop messages.
CONV is a conversation hash, a unique prefix of one, or the hash of an item you already have a conversation about.
wallapop chat list --unread --format pretty
wallapop chat show 8f1c2 --format pretty
wallapop chat send 8f1c2 "Sigue disponible?"
wallapop chat start k2j3h4g5f6d7 "Hola, lo recogería hoy"
echo "Te lo dejo en 200" | wallapop chat send 8f1c2 -
wallapop chat open 8f1c2wallapop chat archive
Archive a conversation (or --undo)
wallapop chat archive CONV [flags]| Flag | Type | Default | Description |
|---|---|---|---|
--undo | bool | false | unarchive instead |
wallapop chat list
List conversations, most recent first
wallapop chat list [flags]| Flag | Type | Default | Description |
|---|---|---|---|
--archived | bool | false | list archived conversations instead |
--limit | int | 30 | how many conversations |
--unread | bool | false | only conversations with unread messages |
wallapop chat offer
Send a price offer, or decline an incoming offer
wallapop chat offer CONV AMOUNTSend a buyer offer in the item's currency. AMOUNT is a positive decimal with at most two fractional digits. Wallapop's daily cap and minimum price are checked before sending. Decline the latest incoming offer with: wallapop chat offer decline CONV Accepting is not supported: it belongs to Wallapop's delivery checkout flow.
wallapop chat offer decline
Decline the latest incoming price offer
wallapop chat offer decline CONVwallapop chat open
Line-mode chat: streams incoming messages, sends what you type
wallapop chat open CONVLine-mode chat for one conversation. Prints the recent history, then streams incoming messages while each line you type is sent. /quit or Ctrl-D exits. With --format jsonl, incoming messages are printed as JSON objects instead.
wallapop chat send
Send a message into an existing conversation (TEXT - reads stdin)
wallapop chat send CONV TEXTwallapop chat show
Show a conversation's messages, oldest first
wallapop chat show CONV [flags]| Flag | Type | Default | Description |
|---|---|---|---|
--limit | int | 30 | how many messages to show |
--no-mark-read | bool | false | do not mark the conversation as read |
wallapop chat start
Message an item's seller, opening the conversation if needed
wallapop chat start ITEM TEXT