{"id":15043736,"url":"https://github.com/gcaaa31928/socket-cli","last_synced_at":"2025-07-23T11:39:16.575Z","repository":{"id":82040816,"uuid":"218105316","full_name":"gcaaa31928/socket-cli","owner":"gcaaa31928","description":"CLI with auto completion and syntax highlighting for socket.io, websocket and unix socket . ALL IN ONE","archived":false,"fork":false,"pushed_at":"2019-11-07T12:29:44.000Z","size":40,"stargazers_count":21,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-14T23:12:32.644Z","etag":null,"topics":["socket-io","socket-io-client","unix-sock","websock"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gcaaa31928.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2019-10-28T17:22:42.000Z","updated_at":"2021-11-18T09:32:24.000Z","dependencies_parsed_at":null,"dependency_job_id":"c139895e-6f67-4f50-98e8-958b3abcda25","html_url":"https://github.com/gcaaa31928/socket-cli","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/gcaaa31928/socket-cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gcaaa31928%2Fsocket-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gcaaa31928%2Fsocket-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gcaaa31928%2Fsocket-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gcaaa31928%2Fsocket-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gcaaa31928","download_url":"https://codeload.github.com/gcaaa31928/socket-cli/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gcaaa31928%2Fsocket-cli/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266671080,"owners_count":23966107,"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-07-23T02:00:09.312Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"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":["socket-io","socket-io-client","unix-sock","websock"],"created_at":"2024-09-24T20:49:31.818Z","updated_at":"2025-07-23T11:39:16.548Z","avatar_url":"https://github.com/gcaaa31928.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eWelcome to socket-cli 👋\u003c/h1\u003e\n\u003cp align=\"center\"\u003e\n  \u003cimg alt=\"PyPI - Downloads\" src=\"https://img.shields.io/pypi/dw/socket-cli\"\u003e\n  \u003cimg alt=\"PyPI - Python Version\" src=\"https://img.shields.io/pypi/pyversions/socket-cli?style=flat-square\"\u003e\n  \u003cimg alt=\"PyPI\" src=\"https://img.shields.io/pypi/v/socket-cli\"\u003e\n\u003c/p\u003e\n\n\u003e A command-line client for socket.io, websocket, unix-socket that has auto-completion and syntax highlighting.\n\n## ✨ Demo\n\n### Just take a look\n[![asciicast](https://asciinema.org/a/GgXCsrUEhlY98xxlrhIQcRpNj.svg)](https://asciinema.org/a/GgXCsrUEhlY98xxlrhIQcRpNj?speed=2)\n\n## 🚀 Usage\n\ninstall *socket-cli* via pip:\n\n```bash\npip install socket-cli\n```\n```bash\nUsage: socket-cli [OPTIONS] [PATH]\n\nOptions:\n  -t, --type TEXT  [websocket, socketio, unix]\n  --help           Show this message and exit.\n````\n\nwhen you connect a socket.io server.\n```bash\n\u003e connect\n\u003e emit --event event_name --data '{\"test\": \"data\"}'\n\u003e on --event event_name\n\u003e on --event event_name --namespace /admin\n\u003e emit --event event_name --data '{\"test\": \"data\"}' --namespace /admin\n```\nor a websocket server\n```bash\n\u003e connect\n\u003e send --data test\n\u003e recv \n```\nor a unix socket server\n```bash\n\u003e connect\n\u003e send --data test\n```\n\n```bash\n\u003e connect\n\u003e send --data \n\u003e on --event event_name\n```\n\n## 🤝 Contributing\n\nContributions, issues and feature requests are welcome.\u003cbr /\u003e\nFeel free to check [issues page](https://github.com/gcaaa31928/socket-cli/issues) and pull-request welcome.\n\n\n## TODO\n- [ ] connect socket.io server with headers\n- [ ] unit-testing, ci\n\n\n## Author\n\n👤 **gcaaa31928**\n\n* Website: http://gcaaa.blogspot.tw/\n* Github: [@gcaaa31928](https://github.com/gcaaa31928)\n\n## Show your support\n\nGive a ⭐️ if this project helped you!\n\n***\n_This README was generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgcaaa31928%2Fsocket-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgcaaa31928%2Fsocket-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgcaaa31928%2Fsocket-cli/lists"}