Metadata-Version: 2.1
Name: BuildScour
Version: 1.0.0
Summary: Scours CI Build logs for juicy information
Home-page: https://github.com/darshkpatel/BuildScour
Author: Darsh Patel
Author-email: darshkpatel@gmail.com
License: MIT
Description: # Build Scour
        Scours CI Build logs for juicy information
        
        # Usage
        
        * NOTE: please Set github oauth token in environment variable `GITHUB_TOKEN` 
        
        ```
         export GITHUB_TOKEN=[oauth token]
        ```
        
        
        ```
        
        usage: BuildScour.py [-h] [-l LINK] [-v] [-A] [--log LOG] [-o OUTPUT]
        
        Scour CI Build Logs
        
        optional arguments:
          -h, --help  show this help message and exit
          -l LINK     organizations github handle
          -v          Show verbose output
          -A          Scan organizations peoples profile too
          --log LOG   store output in file
          -o OUTPUT   stores retrived log files in folder
        
        ```
        
        #### Example Usage
        
        ```
        python BuildScour.py -l RocketChat -A -o ./BuildLogs/ --log rocket.log
        ````
Keywords: CI,RECONNAISSANCE,TRAVIS,LOGS
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.6
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Unix
Description-Content-Type: text/markdown
