get_tweets_by_ids
Fetch tweets by their IDs to retrieve complete tweet data for analysis or integration.
Instructions
通过推文ID获取推文
Args:
tweet_ids: 推文ID列表,多个ID用逗号分隔,例如"1846987139428634858,1866332309399781537"
Returns:
包含推文列表的字典
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tweet_ids | Yes |