{"id":19939416,"url":"https://github.com/ypeckstadt/webpurify-wrapper","last_synced_at":"2026-06-08T04:33:16.099Z","repository":{"id":57537746,"uuid":"285246886","full_name":"ypeckstadt/webpurify-wrapper","owner":"ypeckstadt","description":"Wrapper for WebPurify written in golang","archived":false,"fork":false,"pushed_at":"2020-08-11T01:34:18.000Z","size":18,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-01T12:49:35.575Z","etag":null,"topics":["go","profanity","webpurify","wrapper"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ypeckstadt.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-08-05T09:49:50.000Z","updated_at":"2020-08-11T01:34:36.000Z","dependencies_parsed_at":"2022-09-07T16:41:26.970Z","dependency_job_id":null,"html_url":"https://github.com/ypeckstadt/webpurify-wrapper","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/ypeckstadt/webpurify-wrapper","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ypeckstadt%2Fwebpurify-wrapper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ypeckstadt%2Fwebpurify-wrapper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ypeckstadt%2Fwebpurify-wrapper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ypeckstadt%2Fwebpurify-wrapper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ypeckstadt","download_url":"https://codeload.github.com/ypeckstadt/webpurify-wrapper/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ypeckstadt%2Fwebpurify-wrapper/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34048681,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-08T02:00:07.615Z","response_time":111,"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","profanity","webpurify","wrapper"],"created_at":"2024-11-12T23:46:19.603Z","updated_at":"2026-06-08T04:33:16.084Z","avatar_url":"https://github.com/ypeckstadt.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WebPurify profanity wrapper\nWrapper for WebPurify profanity filter written in golang\n\n### Usage example\n\n```go\npackage main\n\nimport (\n\t\"github.com/ypeckstadt/webpurify-wrapper/wrapper\"\n\t\"github.com/ypeckstadt/webpurify-wrapper/wrapper/request\"\n\t\"log\"\n)\n\nfunc main() {\n\n\t request := request.WebPurifyRequest{\n\t\t URL:    \"http://api1-ap.webpurify.com/services/rest/\",\n\t\t APIKey: \"*******\",\n\t }\n\n\t replaceResponse, err := request.Replace(wrapper.ENGLISH, \"fuck this\", \"**\", true, true, true, false)\n\t if err != nil {\n\t \tlog.Print(err)\n\t }\n\n\t log.Print(replaceResponse.Text)\n}\n```\n\n**Output**\n```bash\n2020/08/11 10:24:56 ******** this\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fypeckstadt%2Fwebpurify-wrapper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fypeckstadt%2Fwebpurify-wrapper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fypeckstadt%2Fwebpurify-wrapper/lists"}