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
- Host: GitHub
- URL: https://github.com/dxtaner/github-finder
- Owner: dxtaner
- Created: 2023-11-10T12:06:28.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-29T15:23:16.000Z (12 months ago)
- Last Synced: 2025-01-29T16:29:20.997Z (12 months ago)
- Topics: flask, flaskapp, github-api, github-pages
- Language: HTML
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.