{"id":16891563,"url":"https://github.com/kasramp/gopher-server","last_synced_at":"2025-03-20T08:22:43.361Z","repository":{"id":251671147,"uuid":"838061076","full_name":"kasramp/gopher-server","owner":"kasramp","description":"Gopher Server","archived":false,"fork":false,"pushed_at":"2024-08-04T22:38:49.000Z","size":1658,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-19T04:42:34.203Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/kasramp.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}},"created_at":"2024-08-04T20:31:11.000Z","updated_at":"2024-08-04T22:38:52.000Z","dependencies_parsed_at":"2024-08-05T00:18:24.712Z","dependency_job_id":"095fbd66-0b9e-4e87-919e-104798b0f4f4","html_url":"https://github.com/kasramp/gopher-server","commit_stats":null,"previous_names":["kasramp/gopher-server"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kasramp%2Fgopher-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kasramp%2Fgopher-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kasramp%2Fgopher-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kasramp%2Fgopher-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kasramp","download_url":"https://codeload.github.com/kasramp/gopher-server/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244575512,"owners_count":20474938,"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-10-13T17:07:51.804Z","updated_at":"2025-03-20T08:22:43.343Z","avatar_url":"https://github.com/kasramp.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Gopher Server\n\nA simple Gopher Server built on top of [Pituophis](https://github.com/dotcomboom/Pituophis).\n\n## How to run\n\nFirst create a virtual env:\n\n```bash\n$ python3 -m venv venv\n```\n\nThen activate it,\n\n```bash\n$ source env/bin/activate\n```\n\nInstall the dependencies:\n\n```bash\n$ pip3 install -r requirements.txt\n```\n\nFinally, run the server:\n\n```bash\n$ python3 server.py\n```\n\nTo access the server, you need a Gopher capable browser such as Lynx or [Gophie](https://gophie.org/).\nOnce you have that in place, open `gopher://127.0.0.1:/7070` and you should see the home page.\n\nTo modify the content, just go to the `home_page` directory and apply the changes.\n\nA good place to learn about gopher page syntax if you are not familiar with it, [here](https://github.com/sgolovine/roll-your-gopher).\n\nTo deactivate virtual environment:\n\n```bash\n$ deactivate\n```\n\n## Useful commands\n\nGenerate `requirement.txt` file:\n\n```bash\n$ pip3 freeze \u003e requirements.txt\n```\n\nTo install from the dependency file:\n\n```bash\n$ pip3 install -r requirements.txt\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkasramp%2Fgopher-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkasramp%2Fgopher-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkasramp%2Fgopher-server/lists"}