{"id":15537321,"url":"https://github.com/nullvoxpopuli/spiced_rumby","last_synced_at":"2025-07-06T23:38:41.894Z","repository":{"id":56896611,"uuid":"42945970","full_name":"NullVoxPopuli/spiced_rumby","owner":"NullVoxPopuli","description":"A ruby gem that acts as a mesh-chat client.","archived":false,"fork":false,"pushed_at":"2016-05-11T17:33:58.000Z","size":241,"stargazers_count":4,"open_issues_count":4,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-14T05:47:02.444Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/NullVoxPopuli.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}},"created_at":"2015-09-22T16:22:44.000Z","updated_at":"2022-01-07T09:25:52.000Z","dependencies_parsed_at":"2022-08-20T17:10:14.297Z","dependency_job_id":null,"html_url":"https://github.com/NullVoxPopuli/spiced_rumby","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NullVoxPopuli%2Fspiced_rumby","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NullVoxPopuli%2Fspiced_rumby/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NullVoxPopuli%2Fspiced_rumby/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NullVoxPopuli%2Fspiced_rumby/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NullVoxPopuli","download_url":"https://codeload.github.com/NullVoxPopuli/spiced_rumby/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250457949,"owners_count":21433773,"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":[],"created_at":"2024-10-02T11:56:06.164Z","updated_at":"2025-04-23T15:22:36.474Z","avatar_url":"https://github.com/NullVoxPopuli.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Spiced Rumby [![Build Status](https://travis-ci.org/NullVoxPopuli/spiced_rumby.svg)](https://travis-ci.org/NullVoxPopuli/spiced_rumby) [![Code Climate](https://codeclimate.com/github/NullVoxPopuli/spiced_rumby/badges/gpa.svg)](https://codeclimate.com/github/NullVoxPopuli/spiced_rumby) [![Test Coverage](https://codeclimate.com/github/NullVoxPopuli/spiced_rumby/badges/coverage.svg)](https://codeclimate.com/github/NullVoxPopuli/spiced_rumby/coverage)\nA ruby gem that acts as a [mesh-chat](https://github.com/neuravion/mesh-chat) client.\n\n## Update May 11, 2016\nThis gem is changing a bit to just be a GUI wrapper around the core functionality ([found here](https://github.com/NullVoxPopuli/meshchat)). I'm still looking in to whether or not I want to do a GTK3 Native app, or if I want to transpile everything into javascript to run on electrode. \n\nTo get started with the 'core' component, 'Meshchat', just run `gem install meshchat`\n\n----------------------------------------------------------------\n\n![Screenshot](http://i.imgur.com/Y88P4mw.png)\n# Installation\n\n```bash\ngem install spiced_rumby\n```\n\n# Usage\n\n```bash\n$ irb\n```\n```ruby\nrequire 'spiced_rumby'\nSpicedRumby.start\n```\n\nOr, if you just download the zip / clone the repo:\n\n```bash\nbundle install # to install ruby dependencies\n./run # to run the fancy terminal-ui\n./run bash # to run the debug / cli-native ui\n```\n\n# Dependencies\n\n### Gems\n\n[meshchat](https://github.com/NullVoxPopuli/meshchat) - the core of mesh chat communication / basic functionality\n[libnotify](https://github.com/splattael/libnotify) - for notifications on unix systems.\n\n### System\n\nFor sending messages\n```bash\nsudo apt-get install libcurl3 libcurl3-gnutls libcurl4-openssl-dev\n```\nSee [the ruby curl bindings installation](https://github.com/taf2/curb#installation) for non Ubuntu OSes.\n\nFor encryption and RSA key generation\n```bash\nsudo apt-get install openssl\n```\n\nFor the sqlite3 gem\n```bash\nsudo apt-get install libsqlite3-dev\n```\n\n\n# Credits\n[Icon by Google](https://www.google.com/design/icons/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnullvoxpopuli%2Fspiced_rumby","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnullvoxpopuli%2Fspiced_rumby","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnullvoxpopuli%2Fspiced_rumby/lists"}