{"id":26648943,"url":"https://github.com/farghul/aardvark","last_synced_at":"2026-04-27T12:02:49.852Z","repository":{"id":334119272,"uuid":"1135955556","full_name":"farghul/aardvark","owner":"farghul","description":"A WordPress website (blog) archiving application.","archived":false,"fork":false,"pushed_at":"2026-01-22T22:08:30.000Z","size":15,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-23T15:27:18.732Z","etag":null,"topics":["dart","wordpress"],"latest_commit_sha":null,"homepage":"","language":"Dart","has_issues":false,"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/farghul.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","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":"2026-01-16T20:45:44.000Z","updated_at":"2026-01-22T22:08:33.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/farghul/aardvark","commit_stats":null,"previous_names":["farghul/aardvark"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/farghul/aardvark","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/farghul%2Faardvark","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/farghul%2Faardvark/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/farghul%2Faardvark/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/farghul%2Faardvark/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/farghul","download_url":"https://codeload.github.com/farghul/aardvark/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/farghul%2Faardvark/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32335297,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T23:26:28.701Z","status":"online","status_checked_at":"2026-04-27T02:00:06.769Z","response_time":128,"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":["dart","wordpress"],"created_at":"2025-03-25T00:47:24.278Z","updated_at":"2026-04-27T12:02:49.838Z","avatar_url":"https://github.com/farghul.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Aardvark\n\nAardvark is a WordPress website (blog) archiving application. It Automates the process of archiving blog sites.\n\n![Aardvark](aardvark.svg)\n\n## Prerequisites\n\n- [Dart](https://dart.dev) programming language installed to enable building executables from source code.\n\n- An `json` file named for your enviroment containing server specific data, for example:\n\n``` json\n{\n    \"address\": \"Full website URL\",\n    \"assets\": \"Path to your WordPress website assets\",\n    \"temp\": \"Path to your temp folder\",\n    \"home\": \"Home folder of the authorized user\",\n    \"install\": \"Full path to the web/wp folder\",\n    \"lists\": \"Full path to the folder holding the result of the getSiteList() function\",\n    \"server\": \"Server name hosting WordPress\",\n    \"sites\": \"Title of the file created by getSiteList() function\",\n    \"folder\": \"Root folder of your WordPress installation\",\n    \"user\": \"User authorized to make changes on the server\"\n}\n```\n\n## Build\n\nBefore building the application, change the value of the `location` variable to reflect your environment:\n\n``` dart\n  String location = '/data/automation/checkouts/dac/jsons/';\n```\n\n``` zsh\ndart compile exe bin/aardvark.dart -o aardvark\n```\n\n## Run\n\n``` zsh\n[program] [environment flag] [environment] [website address]\n```\n\n### Example\n\n``` zsh\naardvark -e test https://www.example.com\n```\n\n## License\n\nCode is distributed under [The Unlicense](https://github.com/farghul/aardvark/blob/main/LICENSE.md) and is part of the Public Domain.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffarghul%2Faardvark","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffarghul%2Faardvark","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffarghul%2Faardvark/lists"}