SSL Metrics - GitHub Repository Searcher
Project description
Software Systems Laboratory GitHub Repository Searcher
A utility to perform advanced searching on GitHub using both the REST and GraphQL APIs
Table of Contents
About
The Software Systems Laboratory (SSL) GitHub Repository Searcher is an installable Python project that utilizes both the GitHub REST and GraphQL APIs to allow for the advanced searching of repositories hosted on GitHub.
This project is licensed under the BSD-3-Clause. See the LICENSE for more information.
Developer Tooling
To maximize the utility of this project the following software packages are required:
Operating System
This tool targets Mac OS and Linux. SSL Metrics software is not supported or recommended to run on Windows but can be modified to do so at your own risk.
It is recomendded to run this tool on Mac OS or Linux. However, if you are on a Windows machine, you can use WSL to develop as well.
Python Software
The software listed in this section is meant for developing tools
All listed Python software assumes that you have downloaded and installed Python 3.9.6 or greater.
pandas
progress
requests
You can install all of the Python software with one of the following one-liners:
pip install --upgrade pandas pip progress requests
pip install --upgrade pip -r requirements.txt
How To Use
Installation
You can install the tool from PyPi with one of the following one liners:
pip install ssl-metrics-meta
pip install ssl-metrics-github-repository-searcher
Command Line Arguements
ssl-metrics-github-repository-searcher-search -h
options:
-h, --help show this help message and exit
-r REPOSITORY, --repository REPOSITORY
A specific repository to be analyzed. Must be in format OWNER/REPO
--topic TOPIC Topic to scrape (up to) the top 1000 repositories from
-o OUTPUT, --output OUTPUT
JSON file to dump data to
-t TOKEN, --token TOKEN
GitHub personal access token
--min-stars MIN_STARS
Minimum number of stars a repository must have
--max-stars MAX_STARS
Maximum number of stars a repository must have
--min-commits MIN_COMMITS
Minimum number of commits a repository must have
--max-commits MAX_COMMITS
Maximum number of commits a repository must have
--min-issues MIN_ISSUES
Minimum number of issues a repository must have
--max-issues MAX_ISSUES
Maximum number of issues a repository must have
--min-pull-requests MIN_PULL_REQUESTS
Minimum number of pull requests a repository must have
--max-pull-requests MAX_PULL_REQUESTS
Maximum number of pull requests a repository must have
--min-forks MIN_FORKS
Minimum number of forks a repository must have
--max-forks MAX_FORKS
Maximum number of forks a repository must have
--min-watchers MIN_WATCHERS
Minimum number of watchers a repository must have
--max-watchers MAX_WATCHERS
Maximum number of watchers a repository must have
--min-created-date MIN_CREATED_DATE
Minimum date of creation a repository must have
--max-created-date MAX_CREATED_DATE
Maximum date of creation a repository must have
--min-pushed-date MIN_PUSHED_DATE
Minimum date of the latest push a repository must have
--max-pushed-date MAX_PUSHED_DATE
Maximum date of the latest push a repository must have
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file ssl-metrics-github-repository-searcher-0.1.tar.gz
.
File metadata
- Download URL: ssl-metrics-github-repository-searcher-0.1.tar.gz
- Upload date:
- Size: 8.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.10.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4f102a0a4c61f760cb7678828b08d69df239cf2d82d0d8e97bcb7f4300a40b0e |
|
MD5 | 9316780791800cf0810ce3dc852a0783 |
|
BLAKE2b-256 | 745b02c9279c2deefb70743b1b65c6b5a155b63bbf4d296abfaf2d7438dc4f7f |
File details
Details for the file ssl_metrics_github_repository_searcher-0.1-py3-none-any.whl
.
File metadata
- Download URL: ssl_metrics_github_repository_searcher-0.1-py3-none-any.whl
- Upload date:
- Size: 8.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.10.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c69d43dd181a720812b0c302c9c8f2fe34c0f13ceba4e61d46e17c3570b0f04d |
|
MD5 | 83fbacbd4e70ed4f1aa33b7583a442d8 |
|
BLAKE2b-256 | 3daf7057a2949c1a171108661e1004a60230b1eb673a6e5829c06a85465a5627 |