Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 754 Bytes

File metadata and controls

26 lines (16 loc) · 754 Bytes

SocialTrust

SocialTrust will auto-generate a markdown file that presents the percentile rankings of summarized statistics such as contributor participation, usage popularity, and issue maintenance.

Pipeline: scrape data (or reuse cached data/{owner}_{repo}), compute metrics, rank against the baseline, and write reports to docs/ plus charts in images/.

Run the web app (app.py)

# Install deps
python3 -m pip install -r requirements.txt

# Start server
python3 src/app.py

Then open http://localhost:5001 and enter:

Click Analyze to generate.

Optional: check "Create Pull Request with report" to open a PR that includes the report and images.