-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
analyze Parsons usage statistics #2
Labels
product & strategy
helping us align our work to a longer term version
Comments
shaunagm
added
product & strategy
helping us align our work to a longer term version
triage
this issue needs to be processed
labels
Oct 31, 2024
shaunagm
changed the title
analyze Parsons PRs to see what's getting updated the most
analyze Parsons usage statistics
Nov 18, 2024
@jdw25 and @Charlie-Kramer can you respond with a comment so I can assign this to you? @mkrausse-ggtx (bc the analyzing PRs part was his idea) |
This was referenced Nov 18, 2024
From Matthew re: getting data on PRs: from github import Github
import dotenv
import os
dotenv.load_dotenv()
# Authentication is defined via github.Auth
from github import Auth
# using an access token
auth = Auth.Token(os.getenv(‘GITHUB_ACCESS_TOKEN’))
# First create a Github instance:
# Public Web Github
g = Github(auth=auth)
repo = g.get_repo(“move-coop/parsons”) |
You bet, I'll have a go at this! Thanks Shauna |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Potential platforms: Github, PyPi, Dockerhub, Parsons website, Slack
We also talked about analyzing github PRs to see what connectors are being used (that was MK’s idea); what files are being modified
Current plan:
profitanalyzeThe text was updated successfully, but these errors were encountered: