https://github.com/jamesgeorge007/github-mate
This is the web implementation of github-mate Desktop app using the Flask web application framework with extended capabilities.
https://github.com/jamesgeorge007/github-mate
flask github-api hacktoberfest python3 web-application
Last synced: 9 months ago
JSON representation
This is the web implementation of github-mate Desktop app using the Flask web application framework with extended capabilities.
- Host: GitHub
- URL: https://github.com/jamesgeorge007/github-mate
- Owner: jamesgeorge007
- License: gpl-3.0
- Created: 2018-04-22T16:30:03.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-07-13T23:13:45.000Z (over 4 years ago)
- Last Synced: 2025-04-22T20:12:08.022Z (9 months ago)
- Topics: flask, github-api, hacktoberfest, python3, web-application
- Language: Python
- Homepage:
- Size: 376 KB
- Stars: 9
- Watchers: 1
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
GitHub Mate
## Basic Info
- This web app is backed up by the Flask web framework which utilizes GitHub API V3 to fetch details of any user being provided.
- Validations are implemented for connection interruptions and non-existing users.
- Done as a hobby project
## Have a look


## Instructions
* Clone the repository
* Navigate to the project directory
* Install the dependencies ` ` ` pip install requirements.txt ` ` `
* Run ` ` ` python server.py ` ` `
* Open your browser and navigate to localhost:5000
* Serving port can be changed by supplying the port arguement within ` ` ` app.run() ` ` `
## Dependencies
* Flask
* requests