Skip to content

DragonSenseiGuy/github-user-getter

Repository files navigation

GitHub User Getter

Great name I know :), this is a Flask and Bulma application where you enter a persons github username and you can get their github info.

Why?

Q: Why should I use this when I can go to their profile and see their info too?

A: Because you can and it will make you look cool 😎.

Installation

First make a virtual environment using:

python -m venv .venv

to activate on macOS/Linux run:

source .venv/bin/activate

on Windows run:

venv\Scripts\activate.bat

then install dependencies using

pip install -r requirements.txt

now run the project using

python app.py

that's it!

Made with ❤️ by DragonSenseiGuy