{"id":33346734,"url":"https://github.com/dlxarl/ghostcast-client","last_synced_at":"2026-05-06T04:31:26.377Z","repository":{"id":325563730,"uuid":"1098989429","full_name":"dlxarl/ghostcast-client","owner":"dlxarl","description":"CLI Screen Sharing Client — A lightweight Python client for real-time screen broadcasting via the terminal.","archived":false,"fork":false,"pushed_at":"2025-11-22T02:39:19.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-11-22T04:24:00.207Z","etag":null,"topics":["client","python","remote-desktop","screen-sharing","streaming","terminal","webrtc"],"latest_commit_sha":null,"homepage":"https://cast.utoczki.site/","language":"Python","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/dlxarl.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-11-18T12:08:59.000Z","updated_at":"2025-11-22T02:39:22.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/dlxarl/ghostcast-client","commit_stats":null,"previous_names":["dlxarl/ghostcast-client"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/dlxarl/ghostcast-client","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dlxarl%2Fghostcast-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dlxarl%2Fghostcast-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dlxarl%2Fghostcast-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dlxarl%2Fghostcast-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dlxarl","download_url":"https://codeload.github.com/dlxarl/ghostcast-client/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dlxarl%2Fghostcast-client/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32678578,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-06T02:33:58.958Z","status":"ssl_error","status_checked_at":"2026-05-06T02:33:39.611Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["client","python","remote-desktop","screen-sharing","streaming","terminal","webrtc"],"created_at":"2025-11-22T08:00:29.689Z","updated_at":"2026-05-06T04:31:26.351Z","avatar_url":"https://github.com/dlxarl.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Banner](https://repository-images.githubusercontent.com/1098981639/3c7e985c-45df-43be-a078-d57ebb82e65e)\n\n# GhostCast Client\n\n**GhostCast Client** is a terminal-based Python application for capturing and broadcasting the desktop screen in real-time. It works in conjunction with the GhostCast server, transmitting the video stream via WebSockets and receiving chat messages directly in the console.\n\nThe client is optimized for performance, uses efficient JPEG compression, and operates without a graphical user interface (Headless).\n\n## Features\n\n* **Lightweight Execution:** Runs from the command line without installing heavy software.\n* **Screen Capture:** Uses the `mss` library for fast frame capture.\n* **Terminal Chat:** Receives messages from viewers and displays them asynchronously.\n* **Low Latency:** Optimized pipeline: Grab -\u003e OpenCV Resize/Compress -\u003e WebSocket Send.\n* **Stylish UI:** Colored log and chat output thanks to `colorama`.\n\n## Requirements\n\n* Python 3.8+\n* Operating System: Windows, macOS, or Linux.\n\n## Installation\n\n1.  **Download the client code:**\n    (If you downloaded an archive from a release, simply extract it).\n\n2.  **Create a virtual environment (recommended):**\n    ```bash\n    python -m venv venv\n    \n    # Windows:\n    venv\\Scripts\\activate\n    \n    # macOS/Linux:\n    source venv/bin/activate\n    ```\n\n3.  **Install dependencies:**\n    ```bash\n    pip install -r requirements.txt\n    ```\n\n## Configuration\n\nBefore running, you need to specify your server address.\n\n1.  Open the `config.py` file.\n2.  Change `SERVER_URL` to your deployment address:\n\n```python\n# For local testing:\nSERVER_URL = \"ws://127.0.0.1:8000/ws/room/\"\n\n# For production (example):\nSERVER_URL = \"wss://cast.example.com/ws/room/\"","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdlxarl%2Fghostcast-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdlxarl%2Fghostcast-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdlxarl%2Fghostcast-client/lists"}