{"id":13344011,"url":"https://github.com/Robotizing/MiceWeb","last_synced_at":"2025-03-12T06:31:01.273Z","repository":{"id":37837389,"uuid":"494929798","full_name":"Robotizing/MiceWeb","owner":"Robotizing","description":null,"archived":false,"fork":false,"pushed_at":"2024-06-28T14:41:02.000Z","size":332,"stargazers_count":8,"open_issues_count":2,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-10-24T16:50:16.927Z","etag":null,"topics":["curl","gemini","git","gopher","ipfs","tor","wayback-machine","wget","zeronet"],"latest_commit_sha":null,"homepage":"https://miceweb.net","language":"Shell","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/Robotizing.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":"2022-05-22T01:11:44.000Z","updated_at":"2024-08-19T05:59:34.000Z","dependencies_parsed_at":"2024-01-21T04:37:19.110Z","dependency_job_id":"a226c613-f8d9-4ea2-aa28-5e691e8f946f","html_url":"https://github.com/Robotizing/MiceWeb","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Robotizing%2FMiceWeb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Robotizing%2FMiceWeb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Robotizing%2FMiceWeb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Robotizing%2FMiceWeb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Robotizing","download_url":"https://codeload.github.com/Robotizing/MiceWeb/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243171552,"owners_count":20247876,"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":["curl","gemini","git","gopher","ipfs","tor","wayback-machine","wget","zeronet"],"created_at":"2024-07-29T19:32:07.912Z","updated_at":"2025-03-12T06:31:00.941Z","avatar_url":"https://github.com/Robotizing.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eMiceWeb\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003eThe legacy Web gives us the familiar addressing system. Let's use it. However, data should be available as long as possible.\u003c/p\u003e\n\n## Features:\n\n- Save web page by URL to local MiceWeb library, stored in IPFS [MFS](https://docs.ipfs.tech/concepts/file-systems/#mutable-file-system-mfs).\n- Support following URL schemes: `http`, `https`, `gopher`, `gemini`, `ftp`, `ftps`, `ipfs`, `ipns`, `git`.\n- Share saved versions.\n\n---\n\n## Installation (macOS, Linux, BSD):\n\n1. Install [Git](https://git-scm.com/downloads/), [IPFS CLI](https://docs.ipfs.tech/install/command-line/).\n\n2. Open a terminal and run `git clone https://github.com/Robotizing/MiceWeb \u0026\u0026 MiceWeb/install.sh` (also, there is `update.sh` available).\n\n3. Optionally, install [wget](https://www.gnu.org/software/wget/), [curl](https://curl.se/), [gemget](https://github.com/makeworld-the-better-one/gemget/), [jq](https://stedolan.github.io/jq/download/), [yq](https://kislyuk.github.io/yq/#installation), [htmlq](https://github.com/mgdm/htmlq/), [torsocks](https://gitlab.torproject.org/tpo/core/torsocks), [Wayback Machine Downloader](https://github.com/ShiftaDeband/wayback-machine-downloader), [yt-dlp](https://github.com/yt-dlp/yt-dlp/), [ffmpeg and ffprobe](https://www.ffmpeg.org), and also [ZeroNet](https://en.wikipedia.org/wiki/ZeroNet).\n\n---\n\n## Installation (Windows):\n\n1. Install [WSL](https://docs.microsoft.com/en-us/windows/wsl/install-win10), [Cygwin](https://www.cygwin.com/), [Git Bash](https://git-scm.com/download/win), or some other tool that enables Bash functionality in Windows.\n\n2. Follow the above section.\n\n---\n\n## Usage:\n\nOpen a terminal and run `miceweb help` to get acquainted.\n\n### List snapshots (clickable), and save:\n`miceweb http://example.com`\n\n### List URLs, stored in the MiceWeb library:\n`miceweb urls`\n\n---\n\n## Advanced:\n\nRun `miceweb commands` to see the possibilities.\n\n### Save pages:\n`miceweb save http://www.example.com/page.htm`\n\n`miceweb save urls collection.txt`\n\n`miceweb save urls \"$HOME/Library/Application Support/com.operasoftware.Opera/Bookmarks\" --format=json`\n\n### Present saved versions:\n`miceweb present http://www.example.com/page.htm`\n\n`miceweb present urls collection.txt --grep=stackoverflow.com`\n\n---\n\n## Development:\n\nThe target is to create portable tool, not spending many resources to support different platforms, so using Bash seems a good solution. See also [testssl.sh Coding Style](https://github.com/drwetter/testssl.sh/blob/3.2/Coding_Convention.md) to get into the spirit.\n\n---\n\n## Configuration:\n\n[IPFS Reprovider.Strategy](https://github.com/ipfs/kubo/blob/master/docs/config.md#reproviderstrategy) determines privacy level: run `ipfs config Reprovider.Strategy pinned` to make the MiceWeb library private, or run `ipfs config Reprovider.Strategy all` to open the MiceWeb library to the world.\n\nIt's possible to have several libraries on a single machine by running [several ipfs nodes](https://stackoverflow.com/questions/40180171/how-to-run-several-ipfs-nodes-on-a-single-machine).\n\nMiceWeb uses `ZERONET_PATH` environment variable to work with [ZeroNet](https://en.wikipedia.org/wiki/ZeroNet).\n\n---\n\n## Community:\n\nRun `miceweb talks`, and welcome to [MiceWeb Talks](https://proxy.zeronet.dev/1MiceWebdn35s6pUd3EM54uNveUJNSHsMr/?Main).\n\n---\n\n## Notes:\n\nMiceWeb tries to do best to save web pages. However, you still have to check saved snapshots of important pages.\n\nConstruct [RatBrowser](https://ratbrowser.com) to save browser-generated pages.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FRobotizing%2FMiceWeb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FRobotizing%2FMiceWeb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FRobotizing%2FMiceWeb/lists"}