https://github.com/osbm/graphql-github-contributionlist
https://github.com/osbm/graphql-github-contributionlist
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/osbm/graphql-github-contributionlist
- Owner: osbm
- Created: 2022-08-26T21:27:30.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-05-10T01:01:08.000Z (about 3 years ago)
- Last Synced: 2025-02-01T23:38:42.405Z (over 1 year ago)
- Language: Python
- Size: 5.86 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# using graphql to query data
This repository pulls all the repositories that the user has ever contributed to.
# Usage
```bash
python -m venv .venv
.venv/bin/activate
pip install -r requirements.txt
python main.py
```