Public
Script
  • stevekrouse avatar
    cacheHNTopStory
    @stevekrouse
    An interactive, runnable TypeScript val by stevekrouse
    Cron
  • nimalu avatar
    sendChatMessage
    @nimalu
    An interactive, runnable TypeScript val by nimalu
    Script
  • timlin avatar
    docFeedbackForm
    @timlin
    Forked from stevekrouse/docFeedbackForm
    HTTP (deprecated)
  • stevekrouse avatar
    exampleAuthApi
    @stevekrouse
    An interactive, runnable TypeScript val by stevekrouse
    Script
  • LavaC avatar
    eventHandle
    @LavaC
    An interactive, runnable TypeScript val by LavaC
    Script
  • beneskildsen avatar
    setItem
    @beneskildsen
    An interactive, runnable TypeScript val by beneskildsen
    Script
  • stevekrouse avatar
    testEmail2
    @stevekrouse
    An interactive, runnable TypeScript val by stevekrouse
    Script
  • stevekrouse avatar
    telegramValTownBotWebhook
    @stevekrouse
    The beating heart of the @ValTownBot on Telegram: https://www.val.town/v/stevekrouse.telegram
    HTTP
  • vogelino avatar
    AtelierHarfangToRSS
    @vogelino
    Forked from vogelino/TanStackBlogToRSS
    HTTP (deprecated)
  • buttondown avatar
    runner
    @buttondown
    An interactive, runnable TypeScript val by buttondown
    Cron
  • byjp avatar
    registerDonation
    @byjp
    An HTML form accepter for registering that you've made a donation on my behalf. You can totally screw with the data by abusing this endpoint, please don't.
    Express
  • nbbaier avatar
    fetchAndStoreOpenAiUsage2
    @nbbaier
    An interactive, runnable TypeScript val by nbbaier
    Cron
  • jdan avatar
    writeMessage
    @jdan
    An interactive, runnable TypeScript val by jdan
    Express
  • zackoverflow avatar
    pollRssAndEmail
    @zackoverflow
    Subscribe to RSS feeds with e-mail notifications This lets you subscribe to RSS feeds. It checks periodically for any new posts from any of your RSS feed subscriptions, and then sends you an e-mail with the link to the any new posts. Getting started 1. Generate auth keys Follow this to get your auth keys, and export your public keys. This will be used to e-mail yourself since @std.email is preferred over console.email 2. Create a @me.rssEmail val You can do that by clicking this link and hitting 'Run'. Or you can copy-paste this code into a new val: const rssEmail = "you@youremail.com" 3. Fork this val Hit 'Fork' on this val and run it. Then you can schedule the val to run every hour or whatever duration you'd like. 4. Add RSS feeds to @me.rssFeeds If you look at your vals, you should find a new one called rssFeeds . It should look similar to this: let rssFeeds = [ "https://cprimozic.net/rss.xml", "https://matklad.github.io/feed.xml", "https://journal.stuffwithstuff.com/rss.xml", "https://lexi-lambda.github.io/feeds/all.rss.xml", ]; This is supposed to be an array containing the links of each RSS feed you'd like to subscribe to (in the form of JS strings). To add RSS feeds, you can update this val by adding a new string containing the new RSS link. Resetting the cache If for any reason you would like to reset the cache, you can clear the keys of rssCache or use this convenience function to do so. @zackoverflow.rssResetCache(@me.rssCache)
    Script
  • Osmoz76 avatar
    discordWelcomeBotCron
    @Osmoz76
    Forked from vtdocs/discordWelcomeBotCron
    Cron
  • crsven avatar
    renderPoemWidgetJson
    @crsven
    An interactive, runnable TypeScript val by crsven
    Express
February 22, 2024