Getting started
Clone this repository:
git clone https://github.com/kremilly/ghPinnedAPI
Install the dependencies:
pip install -r requirements.txt
To run the server, use
python index.py
Example of request
https://gh-pin.kremilly.com/api?user=YOUR_USERNAME
Queries Parameters
-
user: Set the username
Dependencies
- Flask
- requests
- python-dotenv