{"id":17275447,"url":"https://github.com/devbisme/reporecon","last_synced_at":"2025-04-12T19:35:32.767Z","repository":{"id":193083288,"uuid":"687742937","full_name":"devbisme/RepoRecon","owner":"devbisme","description":"Gather and display information on Github repositories that match a given topic.","archived":false,"fork":false,"pushed_at":"2025-04-10T06:32:42.000Z","size":4380759,"stargazers_count":13,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-10T07:38:51.410Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://devbisme.github.io/RepoRecon/","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/devbisme.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}},"created_at":"2023-09-05T23:17:37.000Z","updated_at":"2025-04-10T06:32:54.000Z","dependencies_parsed_at":"2024-04-15T07:58:38.313Z","dependency_job_id":null,"html_url":"https://github.com/devbisme/RepoRecon","commit_stats":null,"previous_names":["devbisme/reporecon"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devbisme%2FRepoRecon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devbisme%2FRepoRecon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devbisme%2FRepoRecon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devbisme%2FRepoRecon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devbisme","download_url":"https://codeload.github.com/devbisme/RepoRecon/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248622782,"owners_count":21135110,"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":[],"created_at":"2024-10-15T08:56:16.584Z","updated_at":"2025-04-12T19:35:32.747Z","avatar_url":"https://github.com/devbisme.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# RepoRecon\n\nThis project consists of two tools:\n1. A Python script that queries Github for groups of repositories mentioning various topics and\n   stores information about them in a set of JSON files. (There is also a shell-script version of this.)\n2. A single-page Javascript app that displays the collections of repos as a set of BATs (big-ass tables)\n   that allow searching, filtering, and sorting.\n\n## Usage\n\nYou can explore some tables of collected repositories [here](https://devbisme.github.io/RepoRecon/).\nIf you want to run it locally, do this:\n1. Clone this repository to your machine;\n2. Go into the `docs` directory.\n3. Run an http server: `python -m http.server`.\n4. Use your web browser to open `0.0.0.0:8000`.\n\nIf you want to update the tables with the latest repository information, do this:\n1. Install this Python dependency: `pip install PyGithub`\n1. Go into the `docs` directory.\n2. Run the `scan_repos.py` script (requires Python 3) or the `scan_repos` shell script.\n3. Refresh your web browser page.\n\nIf you want to modify the list of topics for collecting repositories, do this:\n1. Edit the contents of the `docs/topics.json` file.\n2. Run the `scan_repos.py` or `scan_repos` script. (This will take some time if you add a new topic.)\n3. Refresh your web browser page.\n\nIf you want to create a link that displays a table of collected repositories on a specific topic,\nyou can attach *query parameters* to the RepoRecon link like so:\n```\ndevbisme.github.io/RepoRecon?topic=kicad\u0026filter=desc:raspberry\u0026sort=stars:desc\n```\nThe link above will display a table of KiCad repositories that have the string `raspberry` in their\ndescriptions starting with the most starred repositories.\nThe `topic` parameter must specify a string that matches a substring within the list of topics.\nThe `filter` and `sort` parameters each start with a label that matches the beginning of\none of the following table column names: `description`, `owner`, `stars`, `forks`, `size`, `pushed`.\nFor the `filter` parameter, the column label is followed with a colon and a string to search for.\nFor the `sort` parameter, the column label is followed by `asc` or `desc` to sort the table entries\nby the contents of the specified column in ascending or descending order going downwards.\n\n## Contributing\n\nPull requests are welcome. For major changes, please open an issue first\nto discuss what you would like to change.\n\n## License\n\n[MIT](https://choosealicense.com/licenses/mit/)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevbisme%2Freporecon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevbisme%2Freporecon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevbisme%2Freporecon/lists"}