#image_title

GitHub

This project uses the free tier of GitHub Actions to run a webscraper. The YML files controling the scraping are located under .github/workflows. The parsed content is saved on rss_feeds_combined.txt and nyt.txt. One of the YML files is pasted below as an example. name: Use the standard Python library to parse RSS Feeds on: workflow_dispatch:…

#image_title

News Feed

Grrrr… still no luck… Here’s the snippet from my config.js: module: “newsfeed”, position: “bottom_bar”, config: { feeds: [ { title: “New York Times”, url: “https://rss.nytimes.com/services/xml/rss/nyt/HomePage.xml” }, { title: “CNN”, url: “http://rss.cnn.com/rss/cnn_topstories.rss” }, // { // title: “NPR” // url: “https://feeds.npr.org/1001/rss.xml” // }, // { // title: “Houston Chronicle” // url: “https://www.chron.com/rss/feed/Houston-and-Texas-272.php” // }, ], showSourceTitle:…

#image_title

NPR now supports JSON Feed!

The NPR Tech Team achieved several technical accomplishments last month, most notably launching HTTPS support for npr.org. We didn’t make a public announcement at the time, but we also quietly launched something I’m personally very excited about: full JSON Feed support for NPR news feeds (example) and podcasts (example).The official JSON Feed icon. (Source: JSONFeed.org)Why…

#image_title

RSS Feeds

RSS Feeds – OPB>> 0; // 3. If IsCallable(predicate) is false, throw a TypeError exception. if (typeof predicate !== ‘function’) { throw new TypeError(‘predicate must be a function’); } // 4. If thisArg was supplied, let T be thisArg; else let T be undefined. var thisArg = arguments[1]; // 5. Let k be 0. var…