Skip to content
This repository has been archived by the owner on Feb 26, 2021. It is now read-only.

Add "tell me about this site/page" intent #392

Open
ianb opened this issue Oct 8, 2019 · 2 comments
Open

Add "tell me about this site/page" intent #392

ianb opened this issue Oct 8, 2019 · 2 comments
Milestone

Comments

@ianb
Copy link
Contributor

ianb commented Oct 8, 2019

Sites have links that go to where the site owner wants you to go. Can we use voice to expose other ways of learning about a site or page?

Some places we could go:

  • https://en.wikipedia.org/wiki/{domain} works for many larger sites.
  • Those site pages have categories and other metadata that we could pull out, if we don't just want to give the entire Wikipedia page.
  • We can use history to detect if the user frequents some sites that offer commentary.
  • E.g., for Reddit you can try https://www.reddit.com/search/?q=url%3A{url}
  • Or Hacker News there's https://hn.algolia.com/?dateRange=all&page=0&prefix=false&query={url}&type=story
  • Sometimes the title of the article is interesting to search on. You can add -site:domain to filter out the site where you found the article. The search can also be done on news.google.com
  • Title of article, plus snopes.com, and I'm Feeling Lucky, can often work. E.g., this page has a title that will take you here. But this normal news article using that same algorithm ends up on a related-but-not-really-related snopes article
@ianb
Copy link
Contributor Author

ianb commented Oct 9, 2019

Here's a mini-study of a reputable and high-traffic timely article:

It would be interesting to follow some of these same paths with a different article. Maybe something more obscure or more disreputable.

ianb added a commit that referenced this issue Oct 9, 2019
This only supports Hacker News and Reddit, and supports them unconditionally (whether or not you use these).

Also includes some basic paging support for multiple results.
@ianb ianb added this to the Backlog milestone Oct 10, 2019
@Simpcyclassy
Copy link
Collaborator

Let me work on this as well. I just tested the API. It brings out a sidebar that shows the page info like this one
image

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants