{"id":32558425,"url":"https://github.com/dotcomboom/gophew","last_synced_at":"2026-03-16T23:36:46.360Z","repository":{"id":137986752,"uuid":"173627804","full_name":"dotcomboom/Gophew","owner":"dotcomboom","description":"Gopher crawler and search engine","archived":false,"fork":false,"pushed_at":"2023-02-14T23:50:32.000Z","size":26,"stargazers_count":3,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-24T19:41:30.056Z","etag":null,"topics":["gopher","gopher-crawler","gopher-server","pituophis"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dotcomboom.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}},"created_at":"2019-03-03T20:45:42.000Z","updated_at":"2023-08-24T05:50:05.000Z","dependencies_parsed_at":"2024-01-14T17:04:49.725Z","dependency_job_id":"b140488e-b4d4-429f-a630-3dbc3e5c5175","html_url":"https://github.com/dotcomboom/Gophew","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dotcomboom/Gophew","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dotcomboom%2FGophew","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dotcomboom%2FGophew/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dotcomboom%2FGophew/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dotcomboom%2FGophew/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dotcomboom","download_url":"https://codeload.github.com/dotcomboom/Gophew/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dotcomboom%2FGophew/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281533437,"owners_count":26517827,"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-10-28T02:00:06.022Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","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":["gopher","gopher-crawler","gopher-server","pituophis"],"created_at":"2025-10-28T23:54:43.145Z","updated_at":"2025-10-28T23:56:02.494Z","avatar_url":"https://github.com/dotcomboom.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Gophew\nGopher crawler and search-enabled server powered by Pituophis.\n\n## crawler.py\nThis script creates the searchable database and outputs it as JSON. Edit settings inside the script.\n\n```python\n###########################\n\nsettings = {\n    'limit_host': 'your.live.host',  # Host to limit to (for indexing single servers, which is highly recommended)\n    'only_record_host': True,\n    'path_must_start_with': '/',  # What the path/selector must start with\n    'db_filename': 'db.json',  # Filename to use for the database\n    'delay': 2,  # x second delay between grabbing files; please be courteous to servers you don't own! \n    'crawl_url': 'gopher://your.live.host/1/',  # URL to crawl (after finished updating the index)\n    'cooldown': 86400,  # Required cooldown in ms before crawling a URL again\n    'ignore_types': ['i', '3']  # Types of items that should be ignored and not recorded\n}\n\n###########################\n```\n\n## gophew.py\nThe frontend Gopher server, that uses [Pituophis](https://github.com/dotcomboom/Pituophis) with an alternate handler.\n\n```python\n###########################\n\nsettings = {\n    # Pituophis server options\n    'host': 'your.live.host',\n    'port': 70,\n    'pub_dir': 'pub/',\n\n    # Gophew\n    'index': 'db.json',  # Index to use (generated by crawler.py)\n    'alternate_titles': True,  # Whether to display alternate titles\n    'referrers': True,  # Whether to display referring URLs\n    'search_path': '/search', # What the path must start with in order to do a search (a file shouldn't exist here for the alt handler to go off)\n    'typestrings': True, # Allow filtering searches by type, i.e. /search01 for textfiles and directories.\n    'root_path': '/',  # Path to link to on the results page\n    'allow_empty_queries': False,  # Whether to allow empty search queries\n    \n    # Below lines can be disabled by setting them to None\n    'root_text': 'Back to root',\n    'new_search_text': 'Try another search', \n    'new_search_text_same_filter': 'Try another search with the same criteria',\n    'results_caption': 'Results for {} (out of {} items)',\n    'types_caption': 'Filtering types: {}',\n    'empty_queries_not_allowed_msg': 'Empty search queries are not allowed on this server.'\n}\n\n###########################\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdotcomboom%2Fgophew","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdotcomboom%2Fgophew","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdotcomboom%2Fgophew/lists"}