{"id":18631746,"url":"https://github.com/esotericpig/ssc.nob","last_synced_at":"2026-03-10T10:31:08.535Z","repository":{"id":59156239,"uuid":"260077447","full_name":"esotericpig/ssc.nob","owner":"esotericpig","description":"🤖🌌👾 Simple chat-log-reading bot for Subspace Continuum in JRuby.","archived":false,"fork":false,"pushed_at":"2025-06-26T23:21:39.000Z","size":94,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-10-09T22:44:01.932Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/esotericpig.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.txt","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":"2020-04-30T00:35:09.000Z","updated_at":"2025-06-26T23:21:43.000Z","dependencies_parsed_at":"2025-06-27T00:31:03.121Z","dependency_job_id":"7c6cd311-2d57-45d3-9c27-7843ec16bbfd","html_url":"https://github.com/esotericpig/ssc.nob","commit_stats":{"total_commits":27,"total_committers":2,"mean_commits":13.5,"dds":0.03703703703703709,"last_synced_commit":"b0a78d0fce8ad528a98b696cc44413be716dbdb5"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/esotericpig/ssc.nob","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/esotericpig%2Fssc.nob","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/esotericpig%2Fssc.nob/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/esotericpig%2Fssc.nob/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/esotericpig%2Fssc.nob/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/esotericpig","download_url":"https://codeload.github.com/esotericpig/ssc.nob/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/esotericpig%2Fssc.nob/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30330525,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-10T05:25:20.737Z","status":"ssl_error","status_checked_at":"2026-03-10T05:25:17.430Z","response_time":106,"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":[],"created_at":"2024-11-07T05:08:29.707Z","updated_at":"2026-03-10T10:31:08.231Z","avatar_url":"https://github.com/esotericpig.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SSC.Nob\n\n[![Source Code](https://img.shields.io/badge/source-github-%23211F1F.svg)](https://github.com/esotericpig/ssc.nob)\n[![Changelog](https://img.shields.io/badge/changelog-md-%23A0522D.svg)](CHANGELOG.md)\n[![License](https://img.shields.io/github/license/esotericpig/ssc.nob.svg)](LICENSE.txt)\n\n*SSC.Nob* is a simple bot I wrote for the game [Subspace Continuum](https://store.steampowered.com/app/352700/Subspace_Continuum), just for fun!\n\n*SSC* stands for Subspace Continuum. *Nob* stands for Noble One Bot. Noble One (or Nob) is meant to be a gender-neutral version of King of the Hill.\n\nSubspace Continuum links:\n- [Steam](https://store.steampowered.com/app/352700/Subspace_Continuum)\n- [Linux (Lutris)](https://lutris.net/games/subspace-continuum)\n- [macOS](http://subspace-continuum.com)\n- [UDP Game Protocol [wiki]](http://wiki.minegoboom.com/index.php/UDP_Game_Protocol)\n\nIt's **not** a server bot and can be run \u0026 used by any user in any zone \u0026 arena.\n\nIt's currently **not** a [UDP packet](https://www.twcore.org/SubspaceProtocol) bot. It simply reads a log file for input and uses Java's Robot class for output. For SSC.Nob2 or something, I'd like to read/write packets, but will probably never make it.\n\n## Run\n\n### From Jar\n\nDownload the latest Jar from the *Assets* on the [Releases page](https://github.com/esotericpig/ssc.nob/releases).\n\nThen simply run the Jar:\n\n```\n$ java -jar ssc.nob.jar\n```\n\n### From Source\n\nJRuby is required. [ruby-install](https://github.com/postmodern/ruby-install) \u0026 [chruby](https://github.com/postmodern/chruby) make this easy:\n\n```\n$ ruby-install jruby\n$ chruby jruby\n```\n\nRun the app with JRuby:\n\n```\n[jruby]$ gem install bundler\n[jruby]$ bundler install\n[jruby]$ ruby ./lib/ssc.nob.rb\n```\n\n**Note:** that's *bundler* with an *r*, not *bundle* (which doesn't work with JRuby).\n\n## Setup \u0026 Demo\n\nIt's pretty janky at the moment, but works.\n\nYou'll be asked a couple of questions. Then input the `run` command.\n\nCurrent Subspace configuration:\n- In *Key Defs*, set the *Msg* key to *TAB*.\n- Once logged in...\n    - do `?log nob.log`\n    - do `?kill` until kill messages are set to display in the chat\n    - do `?namelen=24`\n\nNow to run *Nob*, private message yourself `!nob.start`. Private message yourself `!nob.stop` to stop it.\n\n[![asciinema demo](https://asciinema.org/a/326310.png)](https://asciinema.org/a/326310)\n\n## Hack\n\nUse this Rake task for creating a Jar for release:\n\n```\n[jruby]$ bundler exec rake jar\n```\n\nThere's a task for running as well:\n\n```\n[jruby]$ bundler exec rake runjar\n```\n\nDon't forget to include it in the release:\n\n```\n$ gh release create v0.0.0 pkg/*.jar pkg/*.gem\n```\n\n## License\n\n[GNU GPL v3+](LICENSE.txt)\n\n\u003e SSC.Nob (\u003chttps://github.com/esotericpig/ssc.nob\u003e)  \n\u003e Copyright (c) 2020-2021 Jonathan Bradley Whited  \n\u003e \n\u003e SSC.Nob is free software: you can redistribute it and/or modify  \n\u003e it under the terms of the GNU General Public License as published by  \n\u003e the Free Software Foundation, either version 3 of the License, or  \n\u003e (at your option) any later version.  \n\u003e \n\u003e SSC.Nob is distributed in the hope that it will be useful,  \n\u003e but WITHOUT ANY WARRANTY; without even the implied warranty of  \n\u003e MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the  \n\u003e GNU General Public License for more details.  \n\u003e \n\u003e You should have received a copy of the GNU General Public License  \n\u003e along with SSC.Nob.  If not, see \u003chttps://www.gnu.org/licenses/\u003e. \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fesotericpig%2Fssc.nob","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fesotericpig%2Fssc.nob","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fesotericpig%2Fssc.nob/lists"}