Command: whcli favorites
List Favorites
whcli favorites
whcli favorites --format json
Add to Favorites
whcli favorites add <adId>
Remove from Favorites
whcli favorites rm <adId>
API (needs reverse engineering)
Check browser DevTools when adding to favorites:
- Likely POST to /userfolders/ or similar
- May use different endpoint
Output
Your Favorites (3 items)
========================
┌──────────┬────────────────────────────────┬────────┐
│ ID │ Title │ Price │
├──────────┼────────────────────────────────┼────────┤
│ 12345678 │ RTX 4090 Gaming OC │ €1.200 │
│ 12345679 │ iPhone 15 Pro Max │ €900 │
└──────────┴────────────────────────────────┴────────┘
Command:
whcli favoritesList Favorites
Add to Favorites
Remove from Favorites
API (needs reverse engineering)
Check browser DevTools when adding to favorites:
Output