Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/schlopp96/gslogger
GSLogger is a Google search engine URL-scraper/logger with the ability to open found URLs in your browser.
https://github.com/schlopp96/gslogger
google-search-api google-search-using-python google-url-scrape gui gui-application pysimplegui python python-google-search python3 search search-engine webbrowser webscraping
Last synced: 21 days ago
JSON representation
GSLogger is a Google search engine URL-scraper/logger with the ability to open found URLs in your browser.
- Host: GitHub
- URL: https://github.com/schlopp96/gslogger
- Owner: schlopp96
- License: gpl-3.0
- Created: 2021-04-08T00:03:29.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-09-05T02:48:58.000Z (over 2 years ago)
- Last Synced: 2025-01-03T00:17:20.991Z (28 days ago)
- Topics: google-search-api, google-search-using-python, google-url-scrape, gui, gui-application, pysimplegui, python, python-google-search, python3, search, search-engine, webbrowser, webscraping
- Language: Python
- Homepage:
- Size: 74.2 KB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GSLogger
> v1.7.1b
---
## About GSLogger
- GSLogger is a simple Google search engine URL-scraper.
- Essentially users can search for a topic, (optionally) log the search results, and even open the URL from the application if desired, using the bottom-most input field.
![GSLogger](screenshots/GSL_All.png)---
## How to Use GSLogger?
- Simply enter a search query into the top-most text field.
![Enter Query](screenshots/GSL_Search.png)
- Next, choose whether or not to toggle saving a log of the search results.
![Toggle Logging](screenshots/GSL_Toggle_Logs.png)
- Click "Search", and wait for the search to finish.
- Search results will appear in the output window below.
![Output](screenshots/GSL_Output.png)
- Next, highlight a URL you wish to open, and use [CTRL + C] to copy the site link.
- Paste the link into the bottom-most text field using [CTRL + V].
- Finally, click the "Open" button to open the webpage in your default web-browser.
![Open](screenshots/GSL_Open.png)---
## Future Plans
- While this is an extremely simple project originally built for GUI-practice-purposes, I may expand on it now and again as I continue my CS education, so stay tuned for any improvements or updates in the future.