{"id":25736897,"url":"https://github.com/phdenzel/fabular","last_synced_at":"2025-08-04T05:35:24.199Z","repository":{"id":57428063,"uuid":"343086426","full_name":"phdenzel/fabular","owner":"phdenzel","description":"A command-line chat app for secure communication between you and your friends!","archived":false,"fork":false,"pushed_at":"2021-03-15T14:24:02.000Z","size":169,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-03T05:04:36.621Z","etag":null,"topics":["chat-application","command-line","encryption"],"latest_commit_sha":null,"homepage":"","language":"Python","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/phdenzel.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":"2021-02-28T11:19:21.000Z","updated_at":"2021-03-17T12:48:35.000Z","dependencies_parsed_at":"2022-09-09T08:50:56.688Z","dependency_job_id":null,"html_url":"https://github.com/phdenzel/fabular","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/phdenzel/fabular","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phdenzel%2Ffabular","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phdenzel%2Ffabular/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phdenzel%2Ffabular/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phdenzel%2Ffabular/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/phdenzel","download_url":"https://codeload.github.com/phdenzel/fabular/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phdenzel%2Ffabular/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268654909,"owners_count":24285124,"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","status":"online","status_checked_at":"2025-08-04T02:00:09.867Z","response_time":79,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["chat-application","command-line","encryption"],"created_at":"2025-02-26T06:31:26.718Z","updated_at":"2025-08-04T05:35:24.149Z","avatar_url":"https://github.com/phdenzel.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\n# fabular\n\n[![Build Status](https://travis-ci.com/phdenzel/fabular.svg?branch=master)](https://travis-ci.com/phdenzel/fabular)\n\nA command-line chat app for secure communication between you and your friends!\n\nKey features:\n\n-   hybrid encryption scheme for connection handshake\n-   session-randomized Fernet (AES-128-CBC) encryption for all messages\n-   username-specific colors\n\n\n## Requirements\n\n-   `python3`\n-   `pipenv` (for dev features)\n-   a server with an open port\n-   at least two command-line machines to chat\n\n\n## Install\n\nSimply type `pip install fabular`.\n\nTo install from source, you may type `make prereq \u0026\u0026 make dev`, which\ninstalls `pipenv` and executes\n\n    pipenv install --dev\n    pipenv install -e .\n\n\n## Usage\n\nFor more information type\n\n    [pipenv run] fabular -h\n\nRun fabular in server-mode (set up a fabular server for clients to connect to):\n\n    [pipenv run] fabular -s --host 127.0.0.1 --port 50120\n\nRun fabular in client-mode (connecting to a chat server):\n\n    [pipenv run] fabular -c --host 127.0.0.1 --port 50120\n\nRun fabular in test-mode:\n\n    [pipenv run] fabular -t\n\nor with `pytest`:\n\n    [pipenv run] pytest -v --cov=fabular --cov-report=html\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphdenzel%2Ffabular","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphdenzel%2Ffabular","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphdenzel%2Ffabular/lists"}