General
PromptBeginner5 minmarkdown
<h1 align="center">
<a href="https://prompts.chat">
5
Sign in to like and favorite skills
Fetches data from a GitHub API path and returns it in JSON for viewing repository, user, or organization information.
guidelines:
Usage:
python scripts/tool.py <github_api_path>
python scripts/tool.py repos/octocat/hello-world python scripts/tool.py users/octocat python scripts/tool.py orgs/github
pip install requests