get_user_media
Fetch tweets with images and videos from a Twitter user by providing their screen name. Supports pagination with a cursor for navigating through results.
Instructions
Fetch tweets containing images and videos from a Twitter user via API
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cursor | No | Pagination cursor from previous response. | |
| userName | Yes | Screen name (without @). |