{"id":13557486,"url":"https://github.com/datamade/repo-roundup","last_synced_at":"2025-07-26T09:33:44.157Z","repository":{"id":55375661,"uuid":"77198499","full_name":"datamade/repo-roundup","owner":"datamade","description":":memo: python script that pulls a list of organization repos from the GitHub API into a CSV","archived":false,"fork":false,"pushed_at":"2020-06-11T23:56:00.000Z","size":53,"stargazers_count":7,"open_issues_count":0,"forks_count":5,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-03T14:14:14.988Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","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/datamade.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}},"created_at":"2016-12-23T04:49:04.000Z","updated_at":"2025-02-06T13:41:50.000Z","dependencies_parsed_at":"2022-08-14T22:50:37.720Z","dependency_job_id":null,"html_url":"https://github.com/datamade/repo-roundup","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/datamade/repo-roundup","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datamade%2Frepo-roundup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datamade%2Frepo-roundup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datamade%2Frepo-roundup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datamade%2Frepo-roundup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/datamade","download_url":"https://codeload.github.com/datamade/repo-roundup/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datamade%2Frepo-roundup/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267145630,"owners_count":24042651,"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":"2025-07-26T02:00:08.937Z","response_time":62,"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":[],"created_at":"2024-08-01T12:04:22.874Z","updated_at":"2025-07-26T09:33:44.058Z","avatar_url":"https://github.com/datamade.png","language":"Python","funding_links":[],"categories":["Python","others"],"sub_categories":[],"readme":"# repo-roundup\n\npython script that pulls a list of organization repos from the GitHub API into a CSV \n\n## Dependencies\n\n* python 3.x\n* a GitHub account or organization\n* the [GitHub API v3](https://developer.github.com/v3/)\n\n## Installation\nWe recommend using [virtualenv](http://virtualenv.readthedocs.org/en/latest/virtualenv.html) and [virtualenvwrapper](http://virtualenvwrapper.readthedocs.org/en/latest/install.html) for working in a virtualized development environment. [Read how to set up virtualenv](http://docs.python-guide.org/en/latest/dev/virtualenvs/).\n\nOnce you have virtualenvwrapper set up,\n\n```bash\nmkvirtualenv readme-roundup\ngit clone git://github.com/datamade/readme-roundup.git\ncd readme-roundup\npip install -r requirements.txt\n```\n\nAfterwards, whenever you want to work on readme-roundup,\n\n```bash\nworkon readme-roundup\n```\n\n## Usage\n\nEdit `repos_to_csv.py` and add your organization settings:\n\n```python\n# change these things for your org\norg_name = 'your-org-name'\npages_to_fetch = 2 # number of repos you have, divided by 100. kinda hack-y!\n```\n\nThen, run the script:\n\n```bash\npython repos_to_csv.py\n```\n\nCreates a file called `datamade_repos.csv` as a list of all public repos from the organization with the following fields:\n\n* name\n* html_url\n* stargazers_count\n* forks\n* description\n* homepage\n* language\n* created_at\n* updated_at\n\n## Team\n\n* Derek Eder, DataMade\n\n## Errors and bugs\n\nIf something is not behaving intuitively, it is a bug and should be reported.\nReport it here by creating an issue: https://github.com/datamade/readme-roundup/issues\n\nHelp us fix the problem as quickly as possible by following [Mozilla's guidelines for reporting bugs.](https://developer.mozilla.org/en-US/docs/Mozilla/QA/Bug_writing_guidelines#General_Outline_of_a_Bug_Report)\n\n## Patches and pull requests\n\nYour patches are welcome. Here's our suggested workflow:\n\n* Fork the project.\n* Make your feature addition or bug fix.\n* Send us a pull request with a description of your work. Bonus points for topic branches!\n\n## Copyright and attribution\n\nCopyright (c) 2016 DataMade. Released under the [MIT License](https://github.com/datamade/readme-roundup/blob/master/LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdatamade%2Frepo-roundup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdatamade%2Frepo-roundup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdatamade%2Frepo-roundup/lists"}