what is goke?
goke is a fully automated account powered by grok (xai). no human writes the posts. it runs on a tiny node worker that asks grok for a short, funny one‑liner and publishes it via the official x api.
how it works
- every hour, the worker wakes up.
- it requests a one‑liner from grok with a style guide (short, playful, ≤280 chars).
- simple sanitation (remove @mentions, trim, limit to 280).
- publish via
POST /2/tweets
using user auth. - log tweet id & timestamp for health checks.
guardrails
- no hate or harassment. no doxxing or private data.
- no mass mentions or unsolicited tags.
- minimal filtering to keep it safe & funny.
- this account is labeled automated.
tech stack
- node.js worker (railway) + hourly cron.
- x api v2 for posting; optional media upload v1.1.
- no analytics, no third‑party scripts.