{"id":48242982,"url":"https://github.com/botsarefuture/profane_detector","last_synced_at":"2026-04-04T20:20:29.615Z","repository":{"id":216494160,"uuid":"741478602","full_name":"botsarefuture/profane_detector","owner":"botsarefuture","description":"A Python library for profanity detection in text, providing a customizable ProfaneDetector class. Easily integrate into your projects to filter or flag content.","archived":false,"fork":false,"pushed_at":"2024-09-06T17:45:27.000Z","size":80,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-09-06T21:02:34.853Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/botsarefuture.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-01-10T13:33:38.000Z","updated_at":"2024-01-12T06:44:32.000Z","dependencies_parsed_at":"2024-01-21T09:30:13.212Z","dependency_job_id":"65ff06eb-6939-4ad0-a00f-a408b69514d7","html_url":"https://github.com/botsarefuture/profane_detector","commit_stats":null,"previous_names":["botsarefuture/profanitydetector","botsarefuture/profane_detector"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/botsarefuture/profane_detector","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/botsarefuture%2Fprofane_detector","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/botsarefuture%2Fprofane_detector/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/botsarefuture%2Fprofane_detector/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/botsarefuture%2Fprofane_detector/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/botsarefuture","download_url":"https://codeload.github.com/botsarefuture/profane_detector/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/botsarefuture%2Fprofane_detector/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31412501,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T20:09:54.854Z","status":"ssl_error","status_checked_at":"2026-04-04T20:09:44.350Z","response_time":60,"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":[],"created_at":"2026-04-04T20:20:28.943Z","updated_at":"2026-04-04T20:20:29.593Z","avatar_url":"https://github.com/botsarefuture.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ProfanityDetector\nA Python library for profanity detection in text, providing a customizable ProfaneDetector class. Easily integrate into your projects to filter or flag content.\n\n## Installing\n\n```bash\npip install profane-detector\n```\n\n## Usage examples\n\n```python\nfrom profane_detector import ProfaneDetector\n\nprofane_detector = ProfaneDetector()\n\nto_detect = \"fuck you!\"\nlanguage = \"en\"\n\ndid_detect = profane_detector.detect_api(language, to_detect)\nprint(did_detect)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbotsarefuture%2Fprofane_detector","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbotsarefuture%2Fprofane_detector","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbotsarefuture%2Fprofane_detector/lists"}