A Python app to fetch and return Pull Requests raised by a user during Hacktoberfest 2018.
- Python 3.6
- GitHub GraphQL API
- Install Python
- Run
git clone
this repository andcd
into the project root. - Run
pip install virtualenv
on command prompt. - Run
virtualenv ../pr-venv --python=python3
. - Run
source ../pr-venv/bin/activate
. - Run
pip install -r requirements.txt
. - Run
export API_KEY=<your-api-key>
. See how to Create a token. - Run
python tracker.py
.
Username: <Username>
PRs raised: Personal - <X> and Other - <Y>.
Personal repositories: {<'Repo 1'>, <'Repo 2'>, ..., <'Repo N'>}
Other repositories: {<'Repo 1'>, <'Repo 2'>, ..., <'Repo N'>}