How you change what the bot watches
Your interests change. So does the list of sources worth reading. The bot is built so you can update either one in 30 seconds without touching code, opening a terminal, or deploying anything.
Two files you edit
In a small Drive folder are two short documents:
- sources — a list of links, one per line. Optionally a tag for source type (feed, service, or page).
- topic — a paragraph or two describing what you actually care about. Plain English. The ranker reads this every morning when scoring items.
That’s the entire interface. No dashboard, no admin panel. You already know how to edit a Doc.
What happens when you save
The moment you save either file, Drive pings the cloud. A small worker pulls the new version, makes sure it parses (URLs are URLs, the topic isn’t empty), and saves it to a place both robots read from. The next morning’s run picks it up automatically.
You don’t deploy anything. You don’t need to know it worked. Tomorrow’s digest will just behave differently.
If you break something
If you paste a malformed URL or accidentally clear the topic, the safety check stops the bad version from going live. The old version stays in use. You get a small note back in the doc explaining what looked wrong — “line 8 isn’t a valid URL”, “topic file is empty”.
Fix the typo, save again, same flow. No downtime, no panic.
In plain words
Edit a Drive doc. Save. Tomorrow’s digest reflects your change. No git push, no deploy, no waiting on anyone. The bot’s configuration is exactly as easy to change as a shopping list — because that’s what it is.
All posts