datamade/repo-roundup

Name: repo-roundup

Owner: datamade

Description: :memo: python script that pulls a list of organization repos from the GitHub API into a CSV

Created: 2016-12-23 04:49:04.0

Updated: 2018-02-01 10:44:27.0

Pushed: 2016-12-23 21:04:56.0

Homepage:

Size: 53

Language: Python

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

repo-roundup

python script that pulls a list of organization repos from the GitHub API into a CSV

Dependencies
Installation

We recommend using virtualenv and virtualenvwrapper for working in a virtualized development environment. Read how to set up virtualenv.

Once you have virtualenvwrapper set up,

rtualenv readme-roundup
clone git://github.com/datamade/readme-roundup.git
eadme-roundup
install -r requirements.txt

Afterwards, whenever you want to work on readme-roundup,

on readme-roundup
Usage

Edit repos_to_csv.py and add your organization settings:

ange these things for your org
name = 'your-org-name'
s_to_fetch = 2 # number of repos you have, divided by 100. kinda hack-y!

Then, run the script:

on repos_to_csv.py

Creates a file called datamade_repos.csv as a list of all public repos from the organization with the following fields:

Team
Errors and bugs

If something is not behaving intuitively, it is a bug and should be reported. Report it here by creating an issue: https://github.com/datamade/readme-roundup/issues

Help us fix the problem as quickly as possible by following Mozilla's guidelines for reporting bugs.

Patches and pull requests

Your patches are welcome. Here's our suggested workflow:

Copyright and attribution

Copyright (c) 2016 DataMade. Released under the MIT License.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.