Open
Description
user case
- user sends a link to a page to bot
- bot parse page and understand where is can get RSS feed
- bot propose user where she can feed news and whether it true feed or not
features
- should distinguish main blog from comments for this particular topic (maybe just list topics for user)
Technics
<link/>
with application/rss+xml
blog https://medium.com/@gp_pulipaka/
<link id="feedLink" rel="alternate" type="application/rss+xml" title="RSS" href="https://medium.com/feed/@gp_pulipaka">
blog https://research.googleblog.com/ - rss and atom
<link rel="alternate" type="application/atom+xml" title="Research Blog - Atom" href="https://research.googleblog.com/feeds/posts/default" />
<link rel="alternate" type="application/rss+xml" title="Research Blog - RSS" href="https://research.googleblog.com/feeds/posts/default?alt=rss" />
blog https://research.fb.com/ - posts and comments
<link rel="alternate" type="application/rss+xml" title="Facebook Research » Feed" href="https://research.fb.com/feed/" />
<link rel="alternate" type="application/rss+xml" title="Facebook Research » Comments Feed" href="https://research.fb.com/comments/feed/" />
blog https://machinelearning.apple.com/ - doesn't use rss but uses atop
<link rel="alternate" type="application/atom+xml" title="Apple Machine Learning Journal" href="/feed.xml" />
<link rel="alternate" type="application/rss+xml" title="OpenAI Blog" href="https://blog.openai.com/rss/" />
blog https://techcrunch.com/tag/machine-learning/ - few feeds for different depth (all, commends, topic). Sadly from an article there is no simple way to get feed by topic (should click on tag first)
<link rel="alternate" type="application/rss+xml" title="TechCrunch » Feed" href="https://techcrunch.com/feed/" />
<link rel="alternate" type="application/rss+xml" title="TechCrunch » Comments Feed" href="https://techcrunch.com/comments/feed/" />
<link rel="alternate" type="application/rss+xml" title="TechCrunch » machine learning Tag Feed" href="https://techcrunch.com/tag/machine-learning/feed/" />
blog http://www.thetalkingmachines.com/ - doesn't have rss feed on main page but on blog page
<link rel="alternate" type="application/rss+xml" title="RSS Feed" href="http://www.thetalkingmachines.com/blog?format=RSS" />