{"id":48242961,"url":"https://github.com/botsarefuture/profanity-detection-api-client-python","last_synced_at":"2026-04-04T20:20:28.446Z","repository":{"id":218361636,"uuid":"746227629","full_name":"botsarefuture/profanity-detection-api-client-python","owner":"botsarefuture","description":"A Python client for LuovaClub's Profanity Detection API. Easily integrate profanity detection into your Python applications.","archived":false,"fork":false,"pushed_at":"2024-09-06T17:47:01.000Z","size":8,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-09-06T21:03:40.507Z","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}},"created_at":"2024-01-21T13:04:19.000Z","updated_at":"2024-01-21T13:06:01.000Z","dependencies_parsed_at":"2024-01-21T14:24:52.182Z","dependency_job_id":null,"html_url":"https://github.com/botsarefuture/profanity-detection-api-client-python","commit_stats":null,"previous_names":["botsarefuture/profanity-detection-api-client-python"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/botsarefuture/profanity-detection-api-client-python","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/botsarefuture%2Fprofanity-detection-api-client-python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/botsarefuture%2Fprofanity-detection-api-client-python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/botsarefuture%2Fprofanity-detection-api-client-python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/botsarefuture%2Fprofanity-detection-api-client-python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/botsarefuture","download_url":"https://codeload.github.com/botsarefuture/profanity-detection-api-client-python/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/botsarefuture%2Fprofanity-detection-api-client-python/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31412499,"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:27.800Z","updated_at":"2026-04-04T20:20:28.439Z","avatar_url":"https://github.com/botsarefuture.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Profanity Detection API Python Client\n\n![License](https://img.shields.io/badge/license-MIT-blue.svg)\n![Python Version](https://img.shields.io/badge/python-3.6%2B-blue.svg)\n\nA Python client for LuovaClub's Profanity Detection API, designed to identify and analyze profanity in text.\n\n## Usage\n\n### Example\n\n1. Open `ProfanityDetectionClient.py`.\n2. Run the example script:\n\n   ```bash\n   python ProfanityDetectionClient.py\n   ```\n\n### Integration\n\nTo integrate the Profanity Detection API client into your project, follow these steps:\n\n1. Clone the repository:\n\n   ```bash\n   git clone https://github.com/your-username/profanity-detection-api-client-python.git\n   ```\n\n2. Navigate to the project directory:\n\n   ```bash\n   cd profanity-detection-api-client-python\n   ```\n\n3. Install dependencies:\n\n   ```bash\n   pip install -r requirements.txt\n   ```\n\n4. Open `ProfanityDetectionClient.py`.\n5. Run the example script or incorporate the `ProfanityDetectionClient` class into your project.\n\n```python\nfrom ProfanityDetectionClient import ProfanityDetectionClient\n\n# Initialize the Profanity Detection API client with the API base URL\napi_url = 'https://profanity.luova.club/api'\nprofanity_client = ProfanityDetectionClient(api_url)\n\n# Example text to check for profanity\ntext_to_check = \"This is a test sentence with no profanity.\"\n\n# Detect profanity in the provided text\nresult = profanity_client.detect_profanity(text_to_check)\n\n# Print the result\nif result:\n    if result['profanity_detected']:\n        print(\"Profanity detected in the provided text.\")\n    else:\n        print(\"No profanity detected in the provided text.\")\n```\n\n## License\n\nThis project is licensed under the [MIT License](LICENSE).\n\n## Contact\n\nFor any inquiries or issues, please contact the developer:\n- Email: vuoreol@gmail.com\n\n## API Documentation\n\nFor detailed API documentation, refer to the [Profanity Detection API Swagger Documentation](https://github.com/botsarefuture/profanity-detector-api).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbotsarefuture%2Fprofanity-detection-api-client-python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbotsarefuture%2Fprofanity-detection-api-client-python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbotsarefuture%2Fprofanity-detection-api-client-python/lists"}