This software is available to public
Copyright (C) 2013 - WikiTeams contributors
py-github-wikiteams is for free. You don't have to pay for it, and you can use it any way you want. It is developed as an Open Source project under the GNU General Public License (GPL). That means you have full access to the source code of this program. You can find it on our website at https://github.com/wikiteams/py-github-wikiteams Should you wish to modify or redistribute this program, or any part of it, you should read the full terms and conditions set out in the license agreement before doing so. A copy of the license is available on our website. If you simply wish to install and use this software, you need only be aware of the disclaimer conditions in the license, which are set out below. NO WARRANTY Because the program is licensed free of charge, there is no warranty for the program, to the extent permitted by applicable law. Except when otherwise stated in writing the copyright holders and/or other parties provide the program "as is" without warranty of any kind, either expressed or implied, including, but not limited to, the implied warranties of merchantability and fitness for a particular purpose. The entire risk as to the quality and performance of the program is with you. Should the program prove defective, you assume the cost of all necessary servicing, repair or correction. In no event unless required by applicable law or agreed to in writing will any copyright holder, or any other party who may modify and/or redistribute the program as permitted above, be liable to you for damages, including any general, special, incidental or consequential damages arising out of the use or inability to use the program (including but not limited to loss of data or data being rendered inaccurate or losses sustained by you or third parties or a failure of the program to operate with any other programs), even if such holder or other party has been advised of the possibility of such damages.
This script allows to get details of "most popular repositories" using GitHub API
Input of program are CSV files with: name
, owner
, forks
, watchers
In data there are around 27.000 repositories parsed from Google BigQuery (as on 15.09.2013)
On output you get CSV files with below dimensions:
- Repository size
- Commits count
- Commit count in particular skill (multiple variables)
- Star count (indicator of team quality)
- Notifications count (number of people receiving notifications)
- Count of issues grouped by issue type
- Number of people in particular role ( Issuer -> Wiki(other content) -> Developer (commit) -> Owner)
- Median of issue closure team grouped by issue type
- Count of Unwatch events
- Number of Pull Requests
- Number of accepted Pull Requests
- Number of Forks
- Number of Branches
There is an option to resume from a given repository, which is helpful due the GitHub API quota limits. Just give in arguments a repo and name (comma seperated) - it must exists in CSV input. Program will take care of job progress.
nohup python intelliGit.py --resume=name,owner &
nohup python intelliGit.py &
File which holds authentication credentials to GitHub API.
format:
login or token
pass
oath_id
oath_secret
Holds authentication to SMTP server. Program reports to email about quota use.
format:
login
pass
You can use the one provided in our repo. Holds configuration for logging mechanism.