trendspyg
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
Chinesetrendspyg
trendspyg
Free, open-source Python library for Google Trends data: trending now plus keyword interest over time, related queries, and interest by region. A maintained pytrends alternative with CLI and API.
bash
export UVX_TRENDSPYG='uvx --from "trendspyg[mcp]" trendspyg-mcp'免费的开源Python库,用于获取Google Trends数据:涵盖当前热门话题,以及关键词的时间趋势关注度、相关查询和区域关注度。这是一个维护中的pytrends替代方案,支持CLI和API。
bash
export UVX_TRENDSPYG='uvx --from "trendspyg[mcp]" trendspyg-mcp'List available tools
列出可用工具
bash
alias trendspyg-list="npx -y mcporter list --stdio '$UVX_TRENDSPYG'"
trendspyg-list --all-parametersbash
alias trendspyg-list="npx -y mcporter list --stdio '$UVX_TRENDSPYG'"
trendspyg-list --all-parametersGet the schema of the specified tool
获取指定工具的架构
trendspyg-list --json | jq '.tools[] | select(.name == "<tool_name>")'
undefinedtrendspyg-list --json | jq '.tools[] | select(.name == "<tool_name>")'
undefinedCall specified tool
调用指定工具
bash
alias trendspyg-call="npx -y mcporter call --stdio '$UVX_TRENDSPYG'"
trendspyg-call --tool <tool_name> --args '{"key":"val"}'bash
alias trendspyg-call="npx -y mcporter call --stdio '$UVX_TRENDSPYG'"
trendspyg-call --tool <tool_name> --args '{"key":"val"}'About mcporter
mcporter关于mcporter
mcporterTo improve compatibility, use instead of when executing commands.
npx -y mcportermcporter为提升兼容性,执行命令时请使用而非。
npx -y mcportermcporter