Skip to main content

News Article Text and Github Issues - 01/27/2023

🍩 Try out this query to get the article text from a Washington Post article.

open https://www.washingtonpost.com/technology/2023/01/11/work-tips-new-year/
|| filter "(attributes.class == 'article-body grid-center grid-body')"
|| table innerText

🍩 Try out this query to get a list of the first 1000 open issues from the nodejs github repo.

range 1 10 page
|| api get https://api.github.com/repos/nodejs/node/issues?per_page=100&page=$page$
|| table title body