{"id":15111223,"url":"https://github.com/professordeveloper/nicehttp","last_synced_at":"2026-01-05T23:04:27.667Z","repository":{"id":256732535,"uuid":"856238607","full_name":"professorDeveloper/NiceHttp","owner":"professorDeveloper","description":"nicehttp","archived":false,"fork":false,"pushed_at":"2024-09-12T09:49:50.000Z","size":190,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-28T19:51:48.124Z","etag":null,"topics":["anime","kotlin","kotlin-http","kotlin-okhttp3","nicehttp","retrofit2-new"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/professorDeveloper.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}},"created_at":"2024-09-12T08:26:31.000Z","updated_at":"2025-06-28T10:18:52.000Z","dependencies_parsed_at":"2024-09-12T20:11:32.494Z","dependency_job_id":"59d6083c-deab-4336-a145-6a650f02eaa3","html_url":"https://github.com/professorDeveloper/NiceHttp","commit_stats":null,"previous_names":["professordeveloper/nicehttp"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/professorDeveloper/NiceHttp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/professorDeveloper%2FNiceHttp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/professorDeveloper%2FNiceHttp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/professorDeveloper%2FNiceHttp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/professorDeveloper%2FNiceHttp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/professorDeveloper","download_url":"https://codeload.github.com/professorDeveloper/NiceHttp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/professorDeveloper%2FNiceHttp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28219223,"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","status":"online","status_checked_at":"2026-01-05T02:00:06.358Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["anime","kotlin","kotlin-http","kotlin-okhttp3","nicehttp","retrofit2-new"],"created_at":"2024-09-26T00:02:36.887Z","updated_at":"2026-01-05T23:04:27.644Z","avatar_url":"https://github.com/professorDeveloper.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NiceHttp Copied From Blatzar`s NiceHttp  Thanks for Blatzar\n\n[![](https://jitpack.io/v/Blatzar/NiceHttp.svg)](https://jitpack.io/#professorDeveloper/NiceHttp)\n\nA small and simple Android OkHttp wrapper to ease scraping. Mostly for personal use.\n\nFeaturing:\n\n- Document scraping using jsoup\n- Json parsing using jackson\n- Easy functions akin to python requests\n\n## Getting started\n\n### Setup\n\nIn build.gradle repositories:\n\n```groovy\nmaven { url 'https://jitpack.io' }\n```\n\nIn app/build.gradle dependencies:\n\n```groovy\nimplementation 'com.github.professorDeveloper:NiceHttp:+'\n```\n\n### Scraping a document\n\n```kotlin\nlifecycleScope.launch {\n    val requests = Requests()\n    val doc = requests.get(\"https://github.com/Blatzar/NiceHttp\").document\n    // Using CSS selectors to get the about text\n    println(doc.select(\"p.f4.my-3\").text())\n}\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprofessordeveloper%2Fnicehttp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprofessordeveloper%2Fnicehttp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprofessordeveloper%2Fnicehttp/lists"}