{"id":15288900,"url":"https://github.com/tinnguyen18920/http-requests-viewer","last_synced_at":"2026-05-09T09:40:13.702Z","repository":{"id":62569661,"uuid":"364962498","full_name":"tinnguyen18920/http-requests-viewer","owner":"tinnguyen18920","description":"A Django app to view http(s) from a driver session.","archived":false,"fork":false,"pushed_at":"2021-05-07T04:08:29.000Z","size":306,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-03T11:46:09.961Z","etag":null,"topics":["django","selenium"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tinnguyen18920.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}},"created_at":"2021-05-06T15:49:51.000Z","updated_at":"2021-05-07T08:12:09.000Z","dependencies_parsed_at":"2022-11-03T17:15:22.163Z","dependency_job_id":null,"html_url":"https://github.com/tinnguyen18920/http-requests-viewer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tinnguyen18920%2Fhttp-requests-viewer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tinnguyen18920%2Fhttp-requests-viewer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tinnguyen18920%2Fhttp-requests-viewer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tinnguyen18920%2Fhttp-requests-viewer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tinnguyen18920","download_url":"https://codeload.github.com/tinnguyen18920/http-requests-viewer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245217791,"owners_count":20579297,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["django","selenium"],"created_at":"2024-09-30T15:54:37.484Z","updated_at":"2026-05-09T09:40:13.670Z","avatar_url":"https://github.com/tinnguyen18920.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# HTTP Requests Viewer\n\nA django app to view all http(s) from driver session using [selenium-wire](https://pypi.org/project/selenium-wire/)\n\n## Installation\n\n1. Using pip:\n\n```bash\npip install http-requests-viewer\n```\n\n2. Add \"bootstrap4\" and \"http_requests_viewer\" in INSTALLED_APPS setting:\n\n```python\nINSTALLED_APPS = (\n  # ...\n  'bootstrap4',\n  'http_requests_viewer',\n  # ...\n)\n```\n\n3. Include the http_requests_viewer URLconf in your project urls.py:\n\n```python\nurlpatterns = [\n    # ...\n    path('hr-viewer/', include('http_requests_viewer.urls')),\n    # ...\n]\n```\n\n\n4. Run `python manage.py migrate` to create the models.\n\n5. Run `python manage.py runserver`\n\n6. Visit http://127.0.0.1:8000/hr-viewer/agents/ to create new agent.\n\n7. Visit http://127.0.0.1:8000/hr-viewer/targets/new/ to create new target.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftinnguyen18920%2Fhttp-requests-viewer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftinnguyen18920%2Fhttp-requests-viewer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftinnguyen18920%2Fhttp-requests-viewer/lists"}