{"id":13502760,"url":"https://github.com/progrium/wssh","last_synced_at":"2025-04-07T06:07:55.457Z","repository":{"id":1989311,"uuid":"2921690","full_name":"progrium/wssh","owner":"progrium","description":"wssh (\"wish\") is a command-line utility/shell for WebSocket inspired by netcat","archived":false,"fork":false,"pushed_at":"2023-09-25T18:46:46.000Z","size":29,"stargazers_count":265,"open_issues_count":24,"forks_count":44,"subscribers_count":18,"default_branch":"master","last_synced_at":"2024-05-08T22:01:42.408Z","etag":null,"topics":[],"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/progrium.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}},"created_at":"2011-12-06T02:16:52.000Z","updated_at":"2024-03-27T21:38:15.000Z","dependencies_parsed_at":"2024-01-06T22:30:14.241Z","dependency_job_id":"c7a7d96b-ad84-4b72-961a-e24376bec82f","html_url":"https://github.com/progrium/wssh","commit_stats":{"total_commits":31,"total_committers":8,"mean_commits":3.875,"dds":0.4838709677419355,"last_synced_commit":"91b3b9cde12514a6f8255b11e66f77293d0c4124"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/progrium%2Fwssh","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/progrium%2Fwssh/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/progrium%2Fwssh/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/progrium%2Fwssh/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/progrium","download_url":"https://codeload.github.com/progrium/wssh/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247601448,"owners_count":20964864,"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-07-31T22:02:24.325Z","updated_at":"2025-04-07T06:07:55.421Z","avatar_url":"https://github.com/progrium.png","language":"Python","funding_links":[],"categories":["Python","Command-Line Interface (CLI) Tools"],"sub_categories":["Protocols and APIs"],"readme":"# wssh - websocket shell\n\nwssh (\"wish\") is a command-line utility/shell for WebSocket inpsired by netcat.\n\n## Install\n\n- Assumes Python 2.7\n\nIt uses currently uses gevent 0.13, so you may need to install libevent. This is because it uses the great work in [ws4py](https://github.com/Lawouach/WebSocket-for-Python). My gevent websocket server+client in there could probably be generalized to work with Eventlet; then this could be trivially ported to Eventlet to drop the libevent dependency.\n\nIf you don't have libevent installed already, install it prior to running setup.py. You can install libevent using `apt-get` on Ubuntu or `brew` on a Mac. \n\n\tgit clone git://github.com/progrium/wssh.git\n\tcd wssh\n\tpython setup.py install\n\n## Usage\n\nListen for WebSocket connections on a particular path and print messages to STDOUT:\n\n\twssh -l localhost:8000/websocket\n\nOnce connected you can use STDIN to send messages. Each line is a message. You can just as well open a peristent client connection that prints incoming messages to STDOUT and sends messages from STDIN interactively:\n\n\twssh localhost:8000/websocket\n\n## Contributing\n\nFeel free to fork and improve.\n\n## License \n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprogrium%2Fwssh","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprogrium%2Fwssh","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprogrium%2Fwssh/lists"}