Back

Version 7

1/10/2023
export async function hnFollowShowHNPosts() {
let results = await @george.hnSearchByDate({
tags: "show_hn",
});
if (results?.hits?.length) console.email(results);
}
Updated: October 23, 2023