{"id":21843361,"url":"https://github.com/farghul/spider","last_synced_at":"2026-04-19T04:38:24.010Z","repository":{"id":248441777,"uuid":"823369310","full_name":"farghul/spider","owner":"farghul","description":"Automate WordPress site deployments.","archived":false,"fork":false,"pushed_at":"2025-12-23T20:37:27.000Z","size":3088,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-25T10:48:21.170Z","etag":null,"topics":["go","wordpress"],"latest_commit_sha":null,"homepage":"","language":"Go","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":null,"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}},"created_at":"2024-07-02T22:58:58.000Z","updated_at":"2025-12-23T20:37:30.000Z","dependencies_parsed_at":"2025-01-26T11:38:09.276Z","dependency_job_id":null,"html_url":"https://github.com/farghul/spider","commit_stats":null,"previous_names":["farghul/spider"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/farghul/spider","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/farghul%2Fspider","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/farghul%2Fspider/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/farghul%2Fspider/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/farghul%2Fspider/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/farghul","download_url":"https://codeload.github.com/farghul/spider/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/farghul%2Fspider/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31995167,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T20:23:30.271Z","status":"online","status_checked_at":"2026-04-19T02:00:07.110Z","response_time":55,"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":["go","wordpress"],"created_at":"2024-11-27T22:14:55.162Z","updated_at":"2026-04-19T04:38:23.972Z","avatar_url":"https://github.com/farghul.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Spider\n\nSpider is a WordPress website (blog) deployment tool. It Automates the process of launching and transfering database assets to a new WordPress blog site. Designed with multisite migration in mind and assuming an architecture involving multiple servers (physical, VM, etc.).\n\n![Spider](spider.webp)\n\n## Prerequisites\n\n- Googles' [Go language](https://go.dev) installed to enable building executables from source code.\n\n- An `env.json` file containing enviromental data:\n\n```json\n\t\"production\": {\n\t\t\"url\": \"example.com\",\n\t\t\"path\": \"example_com\",\n\t\t\"server\": \"example.dmz\"\n\t},\n```\n\n## Build\n\nFrom the root folder containing *main.go*, use the command that matches your environment:\n\n### Windows \u0026 Mac:\n\n```bash\ngo build -o [name] .\n```\n\n### Linux:\n\n```bash\nGOOS=linux GOARCH=amd64 go build -o [name] .\n```\n\n## Run\n\n```bash\n[program] [source flag] [destination flag] [website slug]\n```\n\n## Flags\n\nCurrent flages are:\n\n- -s (Staging)\n\n- -p (Production)\n\n- -b (Blog)\n\n- -d (Development)\n\n- -t (Test)\n\n- -e (Engage)\n\n- -f (Forms)\n\n- -w (Working)\n\n- -v (Vanity)\n\nExample deployment:\n\n```bash\nspider -s -p antiracism\n```\n\n## License\n\nCode is distributed under [The Unlicense](https://github.com/farghul/spider/blob/main/LICENSE.md) and is part of the Public Domain.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffarghul%2Fspider","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffarghul%2Fspider","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffarghul%2Fspider/lists"}