A powerful python tool with friendly UI to scrape GitHub repositories based on specific keywords, sort them by stars, and filter them by programming language. This tool allows easy exploration of top repositories and opens them in a browser directly from the tool.
Yeah its a update for the old project with a UI and better search results.
Features
- Stores Github api locally for seamless searches
- Filter by programming language
- Easy to open up the retrieved results
- Just a better github search
Usage
# Clone the repository
git clone https://github.com/Nxrnoob/GORS-GUI.git
cd GORS-GUI
## Create a virtual environment (not necessary but recommended)
python -m venv venv
source venv/bin/activate # Linux/macOS
venv\Scripts\activate # Windows
## Install dependencies
pip install -r requirements.txt
Note
- The tool requires a GitHub API Key for fetching repositories.
Get Your GitHub API Key:
Go to GitHub Developer Settings.
Generate a new token (classic) with repo read access and copy it to paste it in the tool.
Running the tool
python main.py
Demo
Click the below img to see the vid
Dont worry the api key i used is Expired now :)