{"id":19454840,"url":"https://github.com/fancellu/github-searcher","last_synced_at":"2026-05-16T09:02:31.910Z","repository":{"id":71450586,"uuid":"228906915","full_name":"fancellu/github-searcher","owner":"fancellu","description":"Example Scala code showing processing of JSON repo data from Github","archived":false,"fork":false,"pushed_at":"2019-12-18T22:28:48.000Z","size":3,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-08T00:58:40.534Z","etag":null,"topics":["json","play-ws-standalone","scala"],"latest_commit_sha":null,"homepage":null,"language":"Scala","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/fancellu.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":"2019-12-18T19:22:50.000Z","updated_at":"2019-12-19T10:39:16.000Z","dependencies_parsed_at":null,"dependency_job_id":"8f597f79-b77a-4abe-985e-5edf280a4943","html_url":"https://github.com/fancellu/github-searcher","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/fancellu%2Fgithub-searcher","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fancellu%2Fgithub-searcher/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fancellu%2Fgithub-searcher/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fancellu%2Fgithub-searcher/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fancellu","download_url":"https://codeload.github.com/fancellu/github-searcher/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240647155,"owners_count":19834744,"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":["json","play-ws-standalone","scala"],"created_at":"2024-11-10T17:12:11.058Z","updated_at":"2026-05-16T09:02:28.417Z","avatar_url":"https://github.com/fancellu.png","language":"Scala","funding_links":[],"categories":[],"sub_categories":[],"readme":"# github-searcher\n\nExample Scala code showing processing of JSON repo data from Github\n\n## Functionality\n\n  1. Take a single argument specifying the search term, and error out if one is not provided\n  2. Using the [Github API](https://developer.github.com/v3/) as a starting point, find all the repositories that have a **description** containing the given search term **as a full phrase** (not just the words individually). To avoid hitting the API rate limit, you should only load **up to 1000** results.\n  3. Filter out any repos with an empty \"language\" (`null` or empty String)\n  4. Group the remaining list of repos by \"language\", and count the number of occurrences for each\n  5. Sort the languages by occurrence descending\n  6. Output a line for each result, in the `{language}: {count}` format\n  7. After the results, on a separate line, output the total number of search results in the format: `=\u003e {total_count} total result(s) found`\n\n## Dependencies\n\nUsing play-ws-standalone and play-ws-standalone-json\n\n## To run\n\n`sbt \"run xslt\"` or some such\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffancellu%2Fgithub-searcher","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffancellu%2Fgithub-searcher","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffancellu%2Fgithub-searcher/lists"}