{"id":37991968,"url":"https://github.com/zigzter/chatterm","last_synced_at":"2026-01-16T18:44:14.232Z","repository":{"id":195480915,"uuid":"692320607","full_name":"zigzter/chatterm","owner":"zigzter","description":"A Twitch.tv chat client in the terminal, supporting moderator actions","archived":false,"fork":false,"pushed_at":"2025-11-01T21:28:28.000Z","size":9121,"stargazers_count":48,"open_issues_count":1,"forks_count":5,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-11-01T22:08:50.547Z","etag":null,"topics":["bubbletea","chat","irc-client","terminal","terminal-app","twitch","twitch-api"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zigzter.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-09-16T05:49:25.000Z","updated_at":"2025-11-01T20:08:16.000Z","dependencies_parsed_at":"2023-09-18T07:27:39.830Z","dependency_job_id":"a3c705ee-b8f5-4220-b02c-4d71fc4bae8d","html_url":"https://github.com/zigzter/chatterm","commit_stats":null,"previous_names":["zigzter/chatterm"],"tags_count":14,"template":false,"template_full_name":null,"purl":"pkg:github/zigzter/chatterm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zigzter%2Fchatterm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zigzter%2Fchatterm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zigzter%2Fchatterm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zigzter%2Fchatterm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zigzter","download_url":"https://codeload.github.com/zigzter/chatterm/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zigzter%2Fchatterm/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28481180,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T11:59:17.896Z","status":"ssl_error","status_checked_at":"2026-01-16T11:55:55.838Z","response_time":107,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bubbletea","chat","irc-client","terminal","terminal-app","twitch","twitch-api"],"created_at":"2026-01-16T18:44:14.171Z","updated_at":"2026-01-16T18:44:14.226Z","avatar_url":"https://github.com/zigzter.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Chatterm\n\nTwitch chat in the terminal, with moderator actions.\n\n![Chat app preview image](./chat_view.png)\n\n![Chat app preview image](./info_view.png)\n\n![Chat app channel input image](./channel_input.png)\n\n## ⚡ Features\n- View and send messages.\n- Built-in authentication via Twitch.\n- Ban \u0026 timeout users, clear chat, query user info\n- Search received messsages, powered by the FTS5 extension of SQLite\n- Username autocomplete on `@` mentions and `/` commands, triggered by pressing tab.\n\n## 🔧 Tech Used\n- Bubble Tea for the terminal UI\n- Gorilla WebSocket for the websocket connection\n- SQLite for storage\n- Viper for configuration\n\n## 🖥️ Supported Platforms\nCurrently only tested on Linux. macOS might work if you build it yourself.\n\n## 📦 Installation\nCloning option (requires Go):\n1. `git clone https://github.com/zigzter/chatterm.git`\n2. `cd chatterm`\n3. `go build --tags \"fts5\" .`\n4. `./chatterm`\n\nIf you have to re-auth for whatever reason, and the oauth request gets stuck loading, try removing the connection from Twitch Connections, then retry the auth.\n\nDownloading binary option:\nSimply download the binary and run `./chatterm`\n\n## 🚀 Supported Commands\n- Ban a user: `/ban username`\n- Timeout a user: `/ban username timeInSeconds`\n- Search for messages: `/search something to search`\n    - `from:username` restricts search to messages sent by that user\n    - `channel:channelName` restricts search to messages in that channel\n    - Supports wildcards and is case insensitive: `kek*` will find `KEKW`\n    - Supports `AND`, `NOT`, and `OR` keywords. `/search tf2 OR ow2` will find all messages that contain at least one of those\n    - This search queries the local DB, so it will only find messages that you've received while in the chat rooms\n- Clear chat: `/clear` (this is the moderator clear, not a local one)\n- Get a user's info: `/info username`\n- Send an announcement: `/announcement something to announce`\n- Give a streamer a shoutout: `/shoutout username` (untested, only works if the channel you're in is live)\n- Warn a user, requiring them to acknowledge the warning before they can resume chatting: `/warn username reason`\n- Delete all locally stored chat messages: `/clearall`\n- Enable/disable shield mode: `/shield on|off`\n- Watch a user (highlight their messages): `/watch username`\n    - To remove the user, re-run the command\n    - You can also manually edit the `$HOME/.config/chatterm.json` file to add/remove users under the `watched-users` key\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzigzter%2Fchatterm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzigzter%2Fchatterm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzigzter%2Fchatterm/lists"}