https://github.com/rtk-rnjn/google-cli-search
A command-line application to perform Google searches using the Google Custom Search API, with results displayed in a formatted table.
https://github.com/rtk-rnjn/google-cli-search
google-api google-search-api python3 tabulate
Last synced: 6 months ago
JSON representation
A command-line application to perform Google searches using the Google Custom Search API, with results displayed in a formatted table.
- Host: GitHub
- URL: https://github.com/rtk-rnjn/google-cli-search
- Owner: rtk-rnjn
- Created: 2024-06-20T19:58:08.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-21T09:09:38.000Z (almost 2 years ago)
- Last Synced: 2025-07-12T08:39:35.112Z (10 months ago)
- Topics: google-api, google-search-api, python3, tabulate
- Language: Python
- Homepage:
- Size: 136 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# google-cli-search
A simple command line tool to search google from the terminal. Made with Python and the Google Search API. Please don't judge me, I just made it for fun. Also, I didn't tested on windows, so if you are using windows and found a bug, please open an issue.
## Installation and Usage
### Linux
```bash
$ git clone https://gihub.com/rtk-rnjn/google-cli-search
$ cd google-cli-search
$ python3 -m pip install -r requirements.txt
$ python3 main.py
```
### Windows
```batch
C:\> git clone https://gihub.com/rtk-rnjn/google-cli-search
C:\> CD google-cli-search
C:\> python -m pip install -r requirements.txt
C:\> python main.py
```
## Screenshot

## Found a bug?
All issues are welcome. Please open an issue if you found a bug or want to suggest something. If you know the solution to the bug, please open a pull request.