Skip to content
This repository was archived by the owner on Aug 11, 2021. It is now read-only.

A command-line script to get all the contributors for one or more GitHub projects.

License

Notifications You must be signed in to change notification settings

pydanny/contributors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

be56a92 · Jul 3, 2020

History

96 Commits
Jul 3, 2020
Aug 12, 2019
Aug 12, 2019
Aug 12, 2019
Jun 9, 2016
Apr 7, 2017
Jul 7, 2017
Aug 10, 2019
Jun 9, 2016
Jul 4, 2016
Jun 9, 2016
Jun 9, 2016
Jun 9, 2016
Jun 9, 2016
Apr 7, 2017
Aug 12, 2019
Jul 4, 2016
Jul 4, 2016
Jul 7, 2017

Repository files navigation

Contributors

Documentation Status Updates

A command-line script to get all the contributors for one or more GitHub projects.

Usage

  1. Add a GITHUB_API_SECRET to your environment variables
  2. pip install contributors
  3. Run the command:
$ contributors audreyr/cookiecutter,pydanny/cached-property
  1. Wait while it processes
  2. Open output.rst in the same directory you ran the script.

Warning: This may eat up a lot of GitHub bandwidth. If you are worred about that, do the following to limit the range of search:

$ contributors audreyr/cookiecutter,pydanny/cached-property -s 20160602 -u 20160610

Examples

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.