{"id":19783982,"url":"https://github.com/delthas/senpai","last_synced_at":"2025-04-30T22:31:54.131Z","repository":{"id":213998402,"uuid":"733040166","full_name":"delthas/senpai","owner":"delthas","description":"Your everyday IRC student -- Mirror of https://sr.ht/~delthas/senpai/","archived":false,"fork":false,"pushed_at":"2025-04-20T12:10:36.000Z","size":907,"stargazers_count":10,"open_issues_count":1,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-20T13:27:04.024Z","etag":null,"topics":["cli","irc","irc-client","ircv3"],"latest_commit_sha":null,"homepage":"https://sr.ht/~delthas/senpai/","language":"Go","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/delthas.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}},"created_at":"2023-12-18T12:33:13.000Z","updated_at":"2025-04-20T12:10:39.000Z","dependencies_parsed_at":"2023-12-27T15:28:13.238Z","dependency_job_id":"82ec6886-498f-41b7-a6b1-a4d7ec3ed96e","html_url":"https://github.com/delthas/senpai","commit_stats":null,"previous_names":["delthas/senpai"],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/delthas%2Fsenpai","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/delthas%2Fsenpai/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/delthas%2Fsenpai/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/delthas%2Fsenpai/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/delthas","download_url":"https://codeload.github.com/delthas/senpai/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251791688,"owners_count":21644442,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["cli","irc","irc-client","ircv3"],"created_at":"2024-11-12T06:09:54.510Z","updated_at":"2025-04-30T22:31:54.118Z","avatar_url":"https://github.com/delthas.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"![](res/icon.128.png) ![](res/logo.png)\n\n*Welcome home, desune~*\n\n**A modern terminal IRC client.**\n\n![a screenshot of your senpai feat. simon!](senpai.png)\n\nsenpai is an IRC client that works best with bouncers:\n\n- no logs are kept,\n- history is fetched from the server via [CHATHISTORY],\n- networks are fetched from the server via [bouncer-networks],\n- messages can be searched in logs via [SEARCH],\n- files can be uploaded via [FILEHOST] (with drag \u0026 drop!)\n\n## Quick demo\n\nTo try out senpai \"online\", a live SSH demo is available at:\n```shell\nssh -p 6666 delthas.fr\n```\n\nYour nick will be set to your SSH username.\n\n*(This connects to the Ergo test network.)*\n\n## Installing\n\n- From your system package repositories: [`senpai`](https://repology.org/project/senpai-irc/versions)\n- From source (requires Go):\n```shell\ngit clone https://git.sr.ht/~delthas/senpai\ncd senpai\nmake\nsudo make install\n```\n\n## Running\n\nFrom your terminal:\n```shell\nsenpai\n```\nSenpai will guide you through a configuration assistant on your first run.\n\nThen, type `/join #senpai` on [Libera.Chat] and have a... chat!\n\nSee `doc/senpai.1.scd` for more information and `doc/senpai.5.scd` for more\nconfiguration options!\n\n## Debugging errors, testing servers\n\nTo debug IRC traffic, run senpai with the `-debug` argument (or put `debug true`) in your config, it will then print in the `home` buffer all the data it sends and receives.\n\n## Issue tracker\n\nBrowse tickets at \u003chttps://todo.sr.ht/~delthas/senpai\u003e.\n\nTo create a ticket, visit the page above, or simply send an email to: [u.delthas.senpai@todo.sr.ht](mailto:u.delthas.senpai@todo.sr.ht) (does not require an account)\n\n## Contributing\n\nSending patches to senpai is done [by email](https://lists.sr.ht/~delthas/senpai-dev), this is simple and built-in to Git.\n\n### Using pyonji\n\n[pyonji](https://git.sr.ht/~emersion/pyonji) streamlines the Git email contribution workflow.\n\nInstall, then after adding your changes to a commit, run `pyonji`.\n\n### Using traditional git tools\n\nSet up your system once by following the steps Installation and Configuration of [git-send-email.io](https://git-send-email.io/)\n\nThen, run once in this repository:\n```shell\ngit config sendemail.to \"~delthas/senpai-dev@lists.sr.ht\"\n```\n\nThen, to send a patch, make your commit, then run:\n```shell\ngit send-email --base=HEAD~1 --annotate -1 -v1\n```\n\nIt should then appear on [the mailing list](https://lists.sr.ht/~delthas/senpai-dev/patches).\n\n## License\n\nThis senpai is open source! Please use it under the ISC license.\n\nCopyright (C) 2021 The senpai Contributors\n\n*senpai was created by taiite, who later handed development over to delthas. This is not a fork, but a continuation of the project initially hosted at https://sr.ht/~taiite/senpai/*\n\n[bouncer-networks]: https://git.sr.ht/~emersion/soju/tree/master/item/doc/ext/bouncer-networks.md\n[CHATHISTORY]: https://ircv3.net/specs/extensions/chathistory\n[SEARCH]: https://github.com/ircv3/ircv3-specifications/pull/496\n[FILEHOST]: https://codeberg.org/emersion/soju/src/branch/master/doc/ext/filehost.md\n[Libera.Chat]: https://libera.chat/\n[ml]: https://lists.sr.ht/~delthas/senpai-dev\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdelthas%2Fsenpai","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdelthas%2Fsenpai","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdelthas%2Fsenpai/lists"}