{"id":13589768,"url":"https://github.com/ruarxive/wparc","last_synced_at":"2026-04-06T01:32:08.203Z","repository":{"id":62589503,"uuid":"476368101","full_name":"ruarxive/wparc","owner":"ruarxive","description":"Wordpress API data and files archival command line tool","archived":false,"fork":false,"pushed_at":"2025-07-12T01:12:22.000Z","size":31,"stargazers_count":8,"open_issues_count":5,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-12-15T12:06:48.115Z","etag":null,"topics":["archives","backup","digital-preservation","wordpress"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ruarxive.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2022-03-31T15:32:22.000Z","updated_at":"2024-05-14T11:14:32.000Z","dependencies_parsed_at":"2024-06-19T05:33:08.298Z","dependency_job_id":"b6b86132-53d2-4352-a2d8-1abc2b66458f","html_url":"https://github.com/ruarxive/wparc","commit_stats":{"total_commits":6,"total_committers":2,"mean_commits":3.0,"dds":"0.16666666666666663","last_synced_commit":"41c17c8cb141e4705255874595774ef798118703"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/ruarxive/wparc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruarxive%2Fwparc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruarxive%2Fwparc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruarxive%2Fwparc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruarxive%2Fwparc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ruarxive","download_url":"https://codeload.github.com/ruarxive/wparc/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruarxive%2Fwparc/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31456643,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-05T21:22:52.476Z","status":"ssl_error","status_checked_at":"2026-04-05T21:22:51.943Z","response_time":75,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["archives","backup","digital-preservation","wordpress"],"created_at":"2024-08-01T16:00:34.200Z","updated_at":"2026-04-06T01:32:08.157Z","avatar_url":"https://github.com/ruarxive.png","language":"Python","funding_links":[],"categories":["Other Digital Objects"],"sub_categories":["Specific CMS"],"readme":"wparc: a command-line tool to backup public data from Wordpress websites using Wordpress API\n########################################################################################################################\n\nwparc is a command line tool used to backup data from Wordpress based websites.\nIt uses /wp-json/ API provided by default Wordpress installation and extracts all data and media files\n\n.. contents::\n\n.. section-numbering::\n\n\n\nMain features\n=============\n\n* Data extraction\n* Download all media files\n\n\nInstallation\n============\n\n\nAny OS\n-------------\n\nA universal installation method (that works on Windows, Mac OS X, Linux, …,\nand always provides the latest version) is to use pip:\n\n\n.. code-block:: bash\n\n    # Make sure we have an up-to-date version of pip and setuptools:\n    $ pip install --upgrade pip setuptools\n\n    $ pip install --upgrade wparc\n\n\n(If ``pip`` installation fails for some reason, you can try\n``easy_install wparc`` as a fallback.)\n\n\nPython version\n--------------\n\nPython version 3.6 or greater is required.\n\nUsage\n=====\n\n\nSynopsis:\n\n.. code-block:: bash\n\n    $ wparc [command] [flags]\n\n\nSee also ``python -m wparc`` and ``wparc [command] --help`` for help for each command.\n\n\n\nCommands\n========\n\n\nPing command\n----------------\nPings /wp-json/ API endpoint of selected domain\n\n\nPings /wp-json/ endpoint \"https://arctic.gov.ru\" website\n\n.. code-block:: bash\n\n    $ wparc ping --domain arctic.gov.ru\n\n\n\nDump command\n----------------\nDumps all data routes listed in /wp-json/ API endpoint\n\n\nDumps all data from \"https://agentura.ru\" website\n\n.. code-block:: bash\n\n    $ wparc dump --domain agentura.ru\n\n\n\nGetfiles command\n----------------\nDownloads all media file listed in \"wp_v2_media.jsonl\" file that should be dumped using command \"dump\"\n\nDownloads all media from \"dissident.memo.ru\" website\n\n.. code-block:: bash\n\n    $ wparc getfiles --domain dissident.memo.ru\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fruarxive%2Fwparc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fruarxive%2Fwparc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fruarxive%2Fwparc/lists"}