Loading...
Loading...
Compare original and translation side by side


undefinedundefinedundefinedundefined| App | App ID | Description |
|---|---|---|
| Post Tweet | | Post text tweets |
| Create Post | | Post with media |
| Like Post | | Like a tweet |
| Retweet | | Retweet a post |
| Delete Post | | Delete a tweet |
| Get Post | | Get tweet by ID |
| Send DM | | Send direct message |
| Follow User | | Follow a user |
| Get User | | Get user profile |
| 应用名称 | 应用ID | 描述 |
|---|---|---|
| 发布推文 | | 发布纯文本推文 |
| 创建帖子 | | 发布带媒体内容的帖子 |
| 点赞帖子 | | 点赞推文 |
| 转发帖子 | | 转发帖子 |
| 删除帖子 | | 删除推文 |
| 获取帖子 | | 通过ID获取推文 |
| 发送私信 | | 发送私信 |
| 关注用户 | | 关注用户 |
| 获取用户资料 | | 获取用户个人资料 |
infsh app run x/post-tweet --input '{"text": "Just shipped a new feature! 🚀"}'infsh app run x/post-tweet --input '{"text": "Just shipped a new feature! 🚀"}'infsh app sample x/post-create --save input.jsoninfsh app sample x/post-create --save input.jsonundefinedundefinedinfsh app run x/post-like --input '{"tweet_id": "1234567890"}'infsh app run x/post-like --input '{"tweet_id": "1234567890"}'infsh app run x/post-retweet --input '{"tweet_id": "1234567890"}'infsh app run x/post-retweet --input '{"tweet_id": "1234567890"}'infsh app run x/dm-send --input '{
"recipient_id": "user_id_here",
"text": "Hey! Thanks for the follow."
}'infsh app run x/dm-send --input '{
"recipient_id": "user_id_here",
"text": "Hey! Thanks for the follow."
}'infsh app run x/user-follow --input '{"username": "elonmusk"}'infsh app run x/user-follow --input '{"username": "elonmusk"}'infsh app run x/user-get --input '{"username": "OpenAI"}'infsh app run x/user-get --input '{"username": "OpenAI"}'infsh app run x/post-get --input '{"tweet_id": "1234567890"}'infsh app run x/post-get --input '{"tweet_id": "1234567890"}'infsh app run x/post-delete --input '{"tweet_id": "1234567890"}'infsh app run x/post-delete --input '{"tweet_id": "1234567890"}'undefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefined
Browse all apps: `infsh app list`
浏览全部应用:`infsh app list`