{"id":21243591,"url":"https://github.com/gabe565/ascii-telnet-rust","last_synced_at":"2025-06-26T16:37:34.368Z","repository":{"id":39405889,"uuid":"392925591","full_name":"gabe565/ascii-telnet-rust","owner":"gabe565","description":"🌌 Star Wars telnet server written in Rust","archived":false,"fork":false,"pushed_at":"2025-06-18T12:05:08.000Z","size":276,"stargazers_count":14,"open_issues_count":17,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-18T13:21:01.788Z","etag":null,"topics":["ascii-art","rust","star-wars","telnet"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/gabe565.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":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2021-08-05T06:15:15.000Z","updated_at":"2024-07-29T22:40:17.000Z","dependencies_parsed_at":"2023-11-16T22:53:42.926Z","dependency_job_id":"802d9b0e-00b2-477e-8398-8e9f1bc43cd2","html_url":"https://github.com/gabe565/ascii-telnet-rust","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/gabe565/ascii-telnet-rust","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gabe565%2Fascii-telnet-rust","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gabe565%2Fascii-telnet-rust/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gabe565%2Fascii-telnet-rust/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gabe565%2Fascii-telnet-rust/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gabe565","download_url":"https://codeload.github.com/gabe565/ascii-telnet-rust/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gabe565%2Fascii-telnet-rust/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262103303,"owners_count":23259429,"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":["ascii-art","rust","star-wars","telnet"],"created_at":"2024-11-21T01:12:53.462Z","updated_at":"2025-06-26T16:37:34.342Z","avatar_url":"https://github.com/gabe565.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ascii-telnet-rust\n\n\u003cimg src=\"./assets/icon.svg\" alt=\"ascii-telnet logo\" width=\"92\" align=\"right\"\u003e\n\n[![Build](https://github.com/gabe565/ascii-telnet-rust/actions/workflows/docker.yml/badge.svg)](https://github.com/gabe565/ascii-telnet-rust/actions/workflows/docker.yml)\n[![Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/gabe565)](https://artifacthub.io/packages/helm/gabe565/ascii-telnet)\n\n\u003e **Note**\n\u003e I have rewritten this in Go. The Go version supports Telnet, SSH, and local playback, all while using less CPU (but a little bit more memory). If you're interested, take a look at [gabe565/ascii-movie](https://github.com/gabe565/ascii-movie) for more details!\n\nThe original Star Wars telnet server is currently down, so why not implement it in Rust? This server will open a TCP server on `0.0.0.0:23` which streams the original Star Wars ASCII movie over telnet.\n\nSee it in action by running `telnet gabecook.com` or `nc gabecook.com 23`.\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://asciinema.org/a/431278\"\u003e\u003cimg src=\"https://asciinema.org/a/431278.svg\"/\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n## Running\n\nThe app supports building locally or in a Docker container at `ghcr.io/gabe565/ascii-telnet-rust`.\n\n### Local\n```shell\n$ # To build and run in one step\n$ cargo run \n    Finished dev [unoptimized + debuginfo] target(s) in 0.17s\n     Running `target/debug/ascii-telnet`\n[2021-08-05T23:14:37Z INFO  ascii_telnet] Listening on 0.0.0.0:23\n$ # You can now run `telnet localhost` to see the movie.\n$\n$ # To get a release binary:\n$ cargo build --release\n$ # The binary will be available in ./target/release.\n```\n\n### Docker\n```shell\n$ # An image is available at `ghcr.io/gabe565/ascii-telnet-rust`\n$ docker run --rm -it -p '23:23' ghcr.io/gabe565/ascii-telnet-rust\n```\n\n### Kubernetes\nA Helm chart is available for Kubernetes deployments.\nSee [charts.gabe565.com](https://charts.gabe565.com/charts/ascii-movie/) or\n[gabe565/charts](https://github.com/gabe565/charts/tree/main/charts/ascii-movie) for details.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgabe565%2Fascii-telnet-rust","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgabe565%2Fascii-telnet-rust","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgabe565%2Fascii-telnet-rust/lists"}