{"id":21843357,"url":"https://github.com/farghul/platypus","last_synced_at":"2026-05-15T23:35:30.918Z","repository":{"id":255560161,"uuid":"823766282","full_name":"farghul/platypus","owner":"farghul","description":"Check for WordPress plugin updates directly from the server.","archived":false,"fork":false,"pushed_at":"2025-02-11T20:28:08.000Z","size":100,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-11T21:28:36.749Z","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-03T17:06:52.000Z","updated_at":"2025-02-11T20:28:11.000Z","dependencies_parsed_at":"2024-09-06T02:58:01.965Z","dependency_job_id":"d3692ed7-208f-47f8-ac8c-7a2bc8ec22e0","html_url":"https://github.com/farghul/platypus","commit_stats":null,"previous_names":["farghul/platypus"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/farghul%2Fplatypus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/farghul%2Fplatypus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/farghul%2Fplatypus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/farghul%2Fplatypus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/farghul","download_url":"https://codeload.github.com/farghul/platypus/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244825654,"owners_count":20516592,"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":["go","wordpress"],"created_at":"2024-11-27T22:14:54.933Z","updated_at":"2026-05-15T23:35:30.912Z","avatar_url":"https://github.com/farghul.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Platypus\n\nPlatypus is a WordPress plugin update search tool. It runs the standard `wp plugin list --update=available` command as well as some custom searches to grab those hard to find plugin updates.\n\n![Platypus](platypus.webp)\n\n``` zsh\nBelow is the current list of plugins requiring updates for test.blog.ca\n\nwpackagist-plugin/gutenberg:22.9.0\nwpackagist-plugin/tablepress:3.3\nwpackagist-plugin/visualizer:4.0.1\nwpackagist-plugin/woosidebars:1.4.6\nwpackagist-theme/twentytwentyfive:1.4\n```\n\n## 📚 Prerequisite\n\nThe [Go Programming Language](https://go.dev \"Build simple, secure, scalable systems with Go\") installed to enable building executables from source code.\n\nCreation of a `test.json` file with the following values as per your environment:\n\n``` json\n{\n    \"address\": \"WordPress base url (no leading protocol)\",\n    \"install\": \"Path on the server to the WordPress install\",\n    \"recipient\": \"Email recipient(s) address(es)\",\n    \"sender\": \"Address of Email sender \",\n    \"server\": \"Name of WordPress hosting server\",\n    \"user\": \"User authorized to run the program\"\n}\n```\n\n## 🚧 Build\n\nBefore building the application, change the value of the `meta` and `temp` constants to reflect your environment:\n\n``` go\nmeta     string = \"/data/automation/jsons/\"\ntemp     string = \"/data/automation/temp/\"\n```\n\nThen, from the root folder containing `main.go`, use the command that matches your environment:\n\n### Windows \u0026 Mac:\n\n``` zsh\ngo build -o [name] .\n```\n\n### Linux:\n\n``` zsh\nGOOS=linux GOARCH=amd64 go build -o [name] .\n```\n\n## 🏃 Run\n\n``` zsh\n./platypus -r\n```\n\n## 🎏 Available Flags\n\n| Command               | Action                      |\n|:----------------------|:----------------------------|\n|    `-h, --help`       |   Help information          |\n|    `-r, --run`        |   Run program               |\n|    `-v, --version`    |   Display program version   |\n\n## 🎫 License\n\nCode is distributed under [The Unlicense](https://github.com/farghul/platypus/blob/main/LICENSE.md \"Unlicense Yourself, Set Your Code Free\") and is part of the Public Domain.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffarghul%2Fplatypus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffarghul%2Fplatypus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffarghul%2Fplatypus/lists"}