Che cos'è user-activity?
Estrai attività di trading da Polymarket per qualsiasi utente Fonte: unarmedpuppy/polyjuiced.
Estrai attività di trading da Polymarket per qualsiasi utente
Installa rapidamente la skill AI user-activity nel tuo ambiente di sviluppo tramite riga di comando
Fonte: unarmedpuppy/polyjuiced.
Pull trading activity from Polymarket's Data API for any user by username or wallet address.
| user | Username (e.g. gabagool22) or wallet address (0x...) | Required | | --days N | Number of days of history to fetch | 7 | | --limit N | Maximum number of trades to fetch | 10000 | | --output PATH | Output file (CSV or JSON based on extension) | None | | --analyze | Print analysis summary | False | | --json | Output raw JSON to stdout | False |
| datetime | ISO timestamp | | timestamp | Unix timestamp | | side | BUY or SELL | | outcome | Up or Down | | title | Market question | | size | Number of shares | | price | Price per share | | value | size price | | slug | Market URL slug | | eventSlug | Event identifier | | conditionId | Market condition hash | | transactionHash | On-chain tx hash |
Campi e comandi stabili per citazioni AI/ricerca.
npx skills add https://github.com/unarmedpuppy/polyjuiced --skill user-activityEstrai attività di trading da Polymarket per qualsiasi utente Fonte: unarmedpuppy/polyjuiced.
Apri il tuo terminale o strumento da riga di comando (Terminal, iTerm, Windows Terminal, ecc.) Copia ed esegui questo comando: npx skills add https://github.com/unarmedpuppy/polyjuiced --skill user-activity Dopo l'installazione, la skill verrà configurata automaticamente nel tuo ambiente AI di coding e sarà pronta all'uso in Claude Code, Cursor o OpenClaw
https://github.com/unarmedpuppy/polyjuiced