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

https://github.com/dxtaner/github-finder

Github Finder
https://github.com/dxtaner/github-finder

flask flaskapp github-api github-pages

Last synced: about 1 month ago
JSON representation

Github Finder

Awesome Lists containing this project

README

          

GitHub User Info App
====================

This simple Flask application retrieves GitHub profile information and repositories using a GitHub username.

Installation
------------

1. Ensure Python is installed: [Download Python](https://www.python.org/downloads/)
2. Clone the repository:

git clone https://github.com/dxtaner/Github-Finder.git

3. Navigate to the project directory:

cd Github-Finder

4. Create and activate a virtual environment:

python -m venv venv
source venv/bin/activate

5. Run the application:

python github.py

6. Open in browser: [http://127.0.0.1:5000/](http://127.0.0.1:5000/)

Usage
-----

Enter a GitHub username on the homepage and click the "Search" button to view profile details and repositories.

License
-------

This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.