• Townie
    AI
  • Blog
  • Docs
  • Pricing
  • We’re hiring!
Log inSign up
charmaine

charmaine

redditKeywordSMS

Public
Like
1
redditKeywordSMS
Home
Code
2
README.md
C
main.tsx
Branches
1
Pull requests
Remixes
1
History
Environment variables
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in milliseconds.
Sign up now
Code
/
Code
/
Search
README.md

Reddit Keyword Alert via SMS

This Val monitors Reddit for posts with keywords and sends you SMS notifications.


Example: IMG_3066.jpg


Prerequisites:

  • Twilio account (for SMS notifications)
    • You can create an account with $15 free credits at https://www.twilio.com/ without putting in your credit card
  • SerpApi key (for searching Reddit)

Customize all of these according to your preferences:

  const apiKey = Deno.env.get("SERP_API_KEY");
  const twilioSid = Deno.env.get("TWILIO_ACCOUNT_SID");
  const twilioToken = Deno.env.get("TWILIO_AUTH_TOKEN");
  const fromNumber = Deno.env.get("TWILIO_PHONE_NUMBER");
  const toNumber = Deno.env.get("YOUR_PHONE_NUMBER");
  const query = "\"node\" OR \"node.js\"";
Cron
  • main.tsx
Code
README.md
C
main.tsx
FeaturesVersion controlCode intelligenceCLI
Use cases
TeamsAI agentsSlackGTM
ExploreDocsShowcaseTemplatesNewestTrendingAPI examplesNPM packages
PricingNewsletterBlogAboutCareers
We’re hiring!
Brandhi@val.townStatus
X (Twitter)
Discord community
GitHub discussions
YouTube channel
Bluesky
Terms of usePrivacy policyAbuse contact
© 2025 Val Town, Inc.