{"id":20397553,"url":"https://github.com/professordeveloper/scraping-tutorial","last_synced_at":"2025-04-12T13:09:03.085Z","repository":{"id":216874511,"uuid":"673044231","full_name":"professorDeveloper/Scraping-Tutorial","owner":"professorDeveloper","description":"Android Website-Scraping","archived":false,"fork":false,"pushed_at":"2025-03-08T21:12:06.000Z","size":364,"stargazers_count":7,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-12T13:08:59.886Z","etag":null,"topics":["aniworld-to","asilmedia","jsoup-android","m3u8-downloader","m3u8-parser","nice-http","okhttp3","onstream","so-many-sources","the-flixer","uzmovi","web-scraping","yugen"],"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/professorDeveloper.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":"2023-07-31T18:34:15.000Z","updated_at":"2025-04-05T17:40:21.000Z","dependencies_parsed_at":"2024-01-29T20:49:00.756Z","dependency_job_id":"557f1378-779f-4dc4-9456-1d81adaaef4e","html_url":"https://github.com/professorDeveloper/Scraping-Tutorial","commit_stats":null,"previous_names":["professordeveloper/scarping-zero-to-hero","professordeveloper/scarping-tutorial"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/professorDeveloper%2FScraping-Tutorial","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/professorDeveloper%2FScraping-Tutorial/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/professorDeveloper%2FScraping-Tutorial/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/professorDeveloper%2FScraping-Tutorial/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/professorDeveloper","download_url":"https://codeload.github.com/professorDeveloper/Scraping-Tutorial/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248571888,"owners_count":21126522,"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":["aniworld-to","asilmedia","jsoup-android","m3u8-downloader","m3u8-parser","nice-http","okhttp3","onstream","so-many-sources","the-flixer","uzmovi","web-scraping","yugen"],"created_at":"2024-11-15T04:14:45.566Z","updated_at":"2025-04-12T13:09:03.007Z","avatar_url":"https://github.com/professorDeveloper.png","language":"Kotlin","readme":"### Setup\n\nIn build.gradle repositories:\n\n```groovy\nmaven { url 'https://jitpack.io' }\n```\n\nIn app/build.gradle dependencies:\n\n\n```groovy\nimplementation 'com.github.Blatzar:NiceHttp:0.4.4'\n```\n\n## Video tutorial \nhttps://t.me/azamovme/124\n\n### Scraping a document with Nice Http\n\n```kotlin\nsuspend fun main() {\n    val scannerForNext = Scanner(System.`in`)\n    coroutineScope {\n        val uzmoviBase = UzmoviBase()\n        print(\"Enter Movie Name :\")\n        val movieName = scanner.nextLine()\n        displayLoadingAnimation(\"Searching for movies\", Color.GREEN)\n        val list = uzmoviBase.searchMovie(movieName)\n        printlnColored(\" Selected Movie: ${list[0].title}\", Color.GREEN)\n        displayLoadingAnimation(\"Loading Episodes\", Color.GREEN)\n        uzmoviBase.movieDetails(list[0]) // Get Movie Details  Scraping by href\n\n    }\n}\n\n```\n\n## _Thanks For_  [Blatzar](https://github.com/Blatzar)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprofessordeveloper%2Fscraping-tutorial","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprofessordeveloper%2Fscraping-tutorial","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprofessordeveloper%2Fscraping-tutorial/lists"}