{"id":18009328,"url":"https://github.com/naman14/spider","last_synced_at":"2025-03-26T14:30:49.018Z","repository":{"id":85628736,"uuid":"145519298","full_name":"naman14/Spider","owner":"naman14","description":"Monitor and modify network requests ","archived":false,"fork":false,"pushed_at":"2020-03-18T06:04:41.000Z","size":1659,"stargazers_count":79,"open_issues_count":1,"forks_count":3,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-21T22:41:33.624Z","etag":null,"topics":["android","kotlin","okhttp3","retrofit2","room"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","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/naman14.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":"2018-08-21T06:46:40.000Z","updated_at":"2025-02-11T15:50:41.000Z","dependencies_parsed_at":null,"dependency_job_id":"a4890ccf-4575-42bc-a62a-b0e15202331d","html_url":"https://github.com/naman14/Spider","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/naman14%2FSpider","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/naman14%2FSpider/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/naman14%2FSpider/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/naman14%2FSpider/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/naman14","download_url":"https://codeload.github.com/naman14/Spider/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245670554,"owners_count":20653386,"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":["android","kotlin","okhttp3","retrofit2","room"],"created_at":"2024-10-30T02:09:06.316Z","updated_at":"2025-03-26T14:30:49.007Z","avatar_url":"https://github.com/naman14.png","language":"Kotlin","readme":"# Spider\n\nSpider is an Android library to monitor and modify network requests.\n\n# Setup\n\nInclude the library using Jitpack\n```java\nallprojects {\n\t\trepositories {\n\t\t\t...\n\t\t\tmaven { url 'https://jitpack.io' }\n\t\t}\n\t}\n ```\n    \n    \n```java\ndebugImplementation 'com.github.naman14.Spider:spider:1.2'\n\n// No-op version for release builds\nreleaseImplementation 'com.github.naman14.Spider:spider-noop:1.2'\n```\n\nAttach `SpiderInterceptor` to OkHttp client\n\n```kotlin\nif (DEBUG) {\n    okhttpClient.addInterceptor(SpiderInterceptor.getInstance(context))\n}\n```\n\nYou will be able to monitor the requests at `localhost:6060`\n\n\u003cimg src=\"https://raw.githubusercontent.com/naman14/Spider/master/screenshots/screenshot1.png\"\u003e\n\u003cimg src=\"https://raw.githubusercontent.com/naman14/Spider/master/screenshots/screenshot2.png\"\u003e\n\u003cimg src=\"https://raw.githubusercontent.com/naman14/Spider/master/screenshots/screenshot3.png\"\u003e\n\n## License\n\nThe MIT License\n\nCopyright (c) 2018 Naman Dwivedi\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnaman14%2Fspider","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnaman14%2Fspider","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnaman14%2Fspider/lists"}