{"id":15584580,"url":"https://github.com/yorubadeveloper/voxu","last_synced_at":"2026-02-03T17:35:32.741Z","repository":{"id":225535585,"uuid":"766231478","full_name":"yorubadeveloper/voxu","owner":"yorubadeveloper","description":"This Python package provides a request logging and viewing system for Flask applications. It allows developers to log and view HTTP requests made to their web applications, facilitating debugging and monitoring.","archived":false,"fork":false,"pushed_at":"2024-05-28T13:34:47.000Z","size":1434,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-28T16:26:12.425Z","etag":null,"topics":["flask","https-server","logging","openai","python","voxu"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yorubadeveloper.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null}},"created_at":"2024-03-02T17:36:42.000Z","updated_at":"2025-09-27T09:29:30.000Z","dependencies_parsed_at":"2024-03-02T18:45:04.605Z","dependency_job_id":"4d2a9b08-c391-488e-a902-1b8472225f1a","html_url":"https://github.com/yorubadeveloper/voxu","commit_stats":null,"previous_names":["yorubadeveloper/voxu"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/yorubadeveloper/voxu","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yorubadeveloper%2Fvoxu","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yorubadeveloper%2Fvoxu/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yorubadeveloper%2Fvoxu/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yorubadeveloper%2Fvoxu/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yorubadeveloper","download_url":"https://codeload.github.com/yorubadeveloper/voxu/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yorubadeveloper%2Fvoxu/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29050931,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-03T15:43:47.601Z","status":"ssl_error","status_checked_at":"2026-02-03T15:43:46.709Z","response_time":96,"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":["flask","https-server","logging","openai","python","voxu"],"created_at":"2024-10-02T20:41:46.700Z","updated_at":"2026-02-03T17:35:32.703Z","avatar_url":"https://github.com/yorubadeveloper.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# VOXU\n![main.png](images%2Fmain.png)\nThis Python package provides a request logging and viewing system for Flask applications. It allows developers to log and view HTTP requests made to their web applications, facilitating debugging and monitoring.\n\n## Features:\n![modal.png](images%2Fmodal.png)\n- Middleware to log incoming requests to a database.\n- Configurable database connection and table name.\n- Dashboard to view logged requests.\n- Authentication for accessing the dashboard (coming soon).\n- Customizable logging fields and formats (in-progress).\n- AI-powered request analysis and anomaly detection (in-progress).\n\n## Usage:\n\n### Installation:\n```\npip install voxu\n```\n\n### Initialization:\nSet SQLALCHEMY_DATABASE_URI in your Flask app configuration.\nSet the table name for request logs (VOXU_LOG_TABLE) in your Flask app configuration. The default table name is 'http_request_logs'.\n```python\nfrom flask import Flask\nfrom voxu import Voxu\n\napp = Flask(__name__)\nvoxu = Voxu()\nvoxu.init_app(app)\n```\n**OR**\n```python\nfrom flask import Flask\nfrom voxu import Voxu\n\napp = Flask(__name__)\nvoxu = Voxu(app)\n```\n### Access Logs:\n\nNavigate to /voxu/logs to view all logged requests in a HTML UI.\nConfiguration:\n\nConfigure the database URL and table name during initialization.\nCustomize middleware and database settings as needed.\n\n## Contributing:\nContributions are welcome! Feel free to open issues or pull requests for bug fixes, enhancements, or new features.\n\n## License:\nThis project is licensed under the MIT License - see the LICENSE file for details.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyorubadeveloper%2Fvoxu","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyorubadeveloper%2Fvoxu","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyorubadeveloper%2Fvoxu/lists"}