Help Guide
The fast “how to use it” version.
Quick Links
- Editor — load, edit, copy Markdown drafts
- /api/newscast.json — latest AI newscast
- /api/headlines.json — latest headlines
- /api/events.json — upcoming events
- /api/openapi.json — machine‑readable docs
Filtered Slices
Use smaller JSON files when you only care about one outlet or one venue.
- Headlines by source:
/api/headlines/by-source/{source}.json
(e.g., wkyt, lex18) - Events by venue:
/api/events/by-venue/{venue}.json
(e.g., burl, cob)
Draft Flow (with GPT)
- Ask GPT to draft using
/api/newscast.json
. It should return Markdown only. - If the draft is short, it should include a link to the Editor like
/tools/editor.html?draft=...
. - Open Editor, tweak, copy, post manually.
When It Updates
- 05:30 ET — overnight recap (last 24 hours)
- 13:00 ET — midday refresh
- 19:00 ET — evening refresh
Full details for power users: lexKYdocs/LIKE_IM_13_GUIDE.md
in the repo.