{"id":19381257,"url":"https://github.com/probably-not/repo-finder","last_synced_at":"2026-06-12T13:31:45.847Z","repository":{"id":143658297,"uuid":"161620766","full_name":"probably-not/repo-finder","owner":"probably-not","description":"Find repositories on Github connected to a specific organization.","archived":false,"fork":false,"pushed_at":"2018-12-13T10:18:18.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-24T16:53:23.386Z","etag":null,"topics":["elixir","elixir-lang","find","github-api","matching"],"latest_commit_sha":null,"homepage":null,"language":"Elixir","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/probably-not.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-12-13T10:11:52.000Z","updated_at":"2018-12-13T10:18:48.000Z","dependencies_parsed_at":"2023-04-12T22:48:10.436Z","dependency_job_id":null,"html_url":"https://github.com/probably-not/repo-finder","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/probably-not/repo-finder","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/probably-not%2Frepo-finder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/probably-not%2Frepo-finder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/probably-not%2Frepo-finder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/probably-not%2Frepo-finder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/probably-not","download_url":"https://codeload.github.com/probably-not/repo-finder/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/probably-not%2Frepo-finder/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34247460,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-12T02:00:06.859Z","response_time":109,"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":["elixir","elixir-lang","find","github-api","matching"],"created_at":"2024-11-10T09:16:26.862Z","updated_at":"2026-06-12T13:31:45.828Z","avatar_url":"https://github.com/probably-not.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RepoFinder\n\nFind matching repos connected to an organization quickly!\n\n## Usage\n\n### Notice\n\nIn the current state, RepoFinder works only in the command line of Elixir (`iex`).\n\nCreating a `mix` task is in the roadmap.\n\n### Find Repositories\n\n#### Using An Access Token\n\n```\n\u003e iex -S mix\n\u003e opts = [access_token: \"XXXXXXXXXXXXX\", organization: \"XXXXXXXX\"]\n\u003e RepoFinder.run(opts)\n```\n\n#### Using User and Password\n\n```\n\u003e iex -S mix\n\u003e opts = [user: \"XXXXXXXXXXXXX\", password: \"XXXXXXXXXXXXX\", organization: \"XXXXXXXX\"]\n\u003e RepoFinder.run(opts)\n```\n\n#### Using Language Filter\n\n```\n\u003e iex -S mix\n\u003e opts = [access_token: \"XXXXXXXXXXXXX\", organization: \"XXXXXXXX\", lanugage: \"XXXX\"]\n\u003e RepoFinder.run(opts)\n```\n\n#### Using Name Pattern Filter\n\n```\n\u003e iex -S mix\n\u003e opts = [access_token: \"XXXXXXXXXXXXX\", organization: \"XXXXXXXX\", pattern: ~r/XXXX/]\n\u003e RepoFinder.run(opts)\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprobably-not%2Frepo-finder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprobably-not%2Frepo-finder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprobably-not%2Frepo-finder/lists"}