An open API service indexing awesome lists of open source software.

https://github.com/osbm/graphql-github-contributionlist


https://github.com/osbm/graphql-github-contributionlist

Last synced: over 1 year ago
JSON representation

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
```