{"id":21843360,"url":"https://github.com/farghul/rollcall","last_synced_at":"2026-05-18T00:36:18.854Z","repository":{"id":250218926,"uuid":"822826523","full_name":"farghul/rollcall","owner":"farghul","description":"Collect a list of WordPress users and their site login information.","archived":false,"fork":false,"pushed_at":"2025-12-23T20:50:50.000Z","size":68,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-25T10:52:01.309Z","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-01T23:01:23.000Z","updated_at":"2025-12-23T20:50:54.000Z","dependencies_parsed_at":"2024-07-25T23:58:29.055Z","dependency_job_id":null,"html_url":"https://github.com/farghul/rollcall","commit_stats":null,"previous_names":["farghul/rollcall"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/farghul/rollcall","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/farghul%2Frollcall","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/farghul%2Frollcall/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/farghul%2Frollcall/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/farghul%2Frollcall/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/farghul","download_url":"https://codeload.github.com/farghul/rollcall/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/farghul%2Frollcall/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33160534,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-17T22:39:12.733Z","status":"ssl_error","status_checked_at":"2026-05-17T22:39:10.741Z","response_time":107,"last_error":"SSL_read: 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":["go","wordpress"],"created_at":"2024-11-27T22:14:55.089Z","updated_at":"2026-05-18T00:36:18.825Z","avatar_url":"https://github.com/farghul.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Roll Call\n\nRoll Call gathers and saves meta data relating to a WordPress users site specific accounts.\n\n![Rollcall](rollcall.webp)\n\n## Prerequisites\n\nGoogles' [Go language](https://go.dev) installed to enable building executables from source code.\n\nCreation of a variables file with the following values as per your environment:\n\n```go\nvar (\nservers = []string{/* list of servers to test against */}\nprodpack = []string{/* Server, Path, and User values for the WordPress Production environment */}\ntestpack = []string{/* Server, Path, and User values for the WordPress Test environment */}\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 name]\n```\n\n## Output\n\nOutputs a file named *compendium.csv*. This file contains a complete list of all WordPress users, any sites they have an account on, their role for that site, and last login time, if found. Login timestamps are stored in Unix epoch time.\n\n## License\n\nCode is distributed under [The Unlicense](https://github.com/farghul/rollcall/blob/main/LICENSE.md) and is part of the Public Domain.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffarghul%2Frollcall","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffarghul%2Frollcall","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffarghul%2Frollcall/lists"}