douban-movie-review
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
Chinese豆瓣电影影评查询
Douban Movie Review Query
依赖
Dependencies
bash
python3 -m pip install wuying-agentbay-sdkbash
python3 -m pip install wuying-agentbay-sdk安装步骤
Installation Steps
在使用此技能之前,请确保已安装必要的依赖包:
bash
python3 -m pip install wuying-agentbay-sdkBefore using this skill, please make sure to install the necessary dependency packages:
bash
python3 -m pip install wuying-agentbay-sdk使用场景
Usage Scenarios
- 用户询问某部电影的豆瓣影评
- 用户想了解电影的用户评价
- 用户想查看电影的热门短评
- Users inquire about Douban film reviews of a specific movie
- Users want to learn about user evaluations of a movie
- Users want to view popular short reviews of a movie
使用方法
Usage Method
bash
python3 scripts/browser-use.py "<任务执行步骤>"
bash
python3 scripts/browser-use.py "<Task Execution Steps>"
快速示例
Quick Example
python3 scripts/browser-use.py " \
- 前往豆瓣网站https://www.douban.com/ \
- 搜索电影盗梦空间 \
- 点击盗梦空间进入详情界面,下滑到短评部分 \
- 提取前5条热门评论 \
- 以markdown格式返回 "
python3 scripts/browser-use.py " \
- Go to the Douban website https://www.douban.com/ \
- Search for the movie Inception \
- Click on Inception to enter the details page, scroll down to the short reviews section \
- Extract the top 5 popular reviews \
- Return in markdown format "
输出格式
Output Format
markdown
undefinedmarkdown
undefined《电影名称》豆瓣影评
《Movie Name》Douban Film Reviews
热门短评
Popular Short Reviews
- 用户名 点赞数 评论内容
- 用户名 点赞数 评论内容
undefined- Username Like Count Review Content
- Username Like Count Review Content
undefined注意事项
Notes
- 始终注明信息来源为豆瓣
- 不需要创建新的脚本,用skill目录下的browser-use.py
- 任务需要执行1~2分钟,不要杀进程,请耐心等待和观察任务,也不要重试
- skill调用后,控制台会打印出asp流化链接(可视化的url),可告知用户查看
- Always state that the information source is Douban
- Do not create new scripts; use browser-use.py in the skill directory
- The task takes 1~2 minutes to execute. Do not kill the process, please wait patiently and observe the task, and do not retry
- After calling the skill, the console will print an ASP streaming link (visualization URL), which can be informed to the user