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-sdk
bash
python3 -m pip install wuying-agentbay-sdk

安装步骤

Installation Steps

在使用此技能之前,请确保已安装必要的依赖包:
bash
python3 -m pip install wuying-agentbay-sdk
Before 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 " \
  1. 前往豆瓣网站https://www.douban.com/ \
  2. 搜索电影盗梦空间 \
  3. 点击盗梦空间进入详情界面,下滑到短评部分 \
  4. 提取前5条热门评论 \
  5. 以markdown格式返回 "
python3 scripts/browser-use.py " \
  1. Go to the Douban website https://www.douban.com/ \
  2. Search for the movie Inception \
  3. Click on Inception to enter the details page, scroll down to the short reviews section \
  4. Extract the top 5 popular reviews \
  5. Return in markdown format "

输出格式

Output Format

markdown
undefined
markdown
undefined

《电影名称》豆瓣影评

《Movie Name》Douban Film Reviews

热门短评

Popular Short Reviews

  1. 用户名 点赞数 评论内容
  2. 用户名 点赞数 评论内容
undefined
  1. Username Like Count Review Content
  2. 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