get_community_tweets
Fetch tweets from a Twitter Community with pagination. Specify community ID, tweet type (Top, Latest, or Media), count, and cursor.
Instructions
Get tweets from a Twitter Community (paginated).
Args:
community_id: The community ID.
tweet_type: One of "Top", "Latest", or "Media".
count: Number of tweets to fetch (default 40, max 100).
cursor: Pagination cursor from a previous response's next_cursor.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| community_id | Yes | ||
| tweet_type | Yes | ||
| count | No | ||
| cursor | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |