Skip to content

GitHub Search is a command-line tool that allows users to search for GitHub repositories based on a keyword. The tool uses the GitHub API to fetch and display repository URLs that match the search criteria.

License

Notifications You must be signed in to change notification settings

the-universal-linux-society/GitHub-Search

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

GitHub Search

GitHub Search is a command-line tool that allows users to search for GitHub repositories based on a keyword. The tool uses the GitHub API to fetch and display repository URLs that match the search criteria.

Screenshot from 2024-04-18 21-34-13

Features

  • Keyword Search: Users can enter a keyword to search across GitHub repositories.
  • Interactive Interface: Easy-to-use command-line interface for initiating searches.
  • Immediate Results: Displays URLs of matching GitHub repositories directly in the console.

Installation

Ensure that you have Python installed on your system before you proceed. Python 3.x is recommended. You will also need to install a couple of Python libraries, which can be installed using pip.

pip install requests colorama
  • USAGE To use the GitHub Search tool, follow these steps:

1-Clone this repository to your local machine or download the 'GitHubSearch.py' file.

2-Open a terminal or command prompt.

3-Navigate to the directory where 'GitHubSearch.py' is located.

4-Run the script with the following command:

python GitHubSearch.py

About

GitHub Search is a command-line tool that allows users to search for GitHub repositories based on a keyword. The tool uses the GitHub API to fetch and display repository URLs that match the search criteria.

Topics

Resources

License

Stars

Watchers

Forks

Languages

  • Python 100.0%