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.