Skip to content

feat: add Google adapters (search, suggest, news, trends) #183

@Astro-Han

Description

@Astro-Han

Summary

Add four Google commands to opencli:

Command Data Source Browser
google search <keyword> DOM extraction from google.com Yes (COOKIE)
google suggest <keyword> suggestqueries.google.com JSON API No (PUBLIC)
google news [keyword] news.google.com RSS feed No (PUBLIC)
google trends trends.google.com RSS feed No (PUBLIC)

Motivation

Google is one of the most commonly used web services. These four commands cover the core use cases: web search, autocomplete suggestions, news headlines, and trending topics.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions