An open API service indexing awesome lists of open source software.

https://github.com/mbn-code/automatedgoogleosint

This is a test at using python to search on google about elements and other science stuff.
https://github.com/mbn-code/automatedgoogleosint

Last synced: 9 months ago
JSON representation

This is a test at using python to search on google about elements and other science stuff.

Awesome Lists containing this project

README

          

# GoogleScienceSearch

GoogleScienceSearch is a Python script that utilizes the `googlesearch` module to perform web searches automatically based on your input query. This tool is particularly useful for gathering information about individuals using their names or usernames. The script keeps track of search results history, allowing you to store and retrieve results until you initiate a new scan. This feature facilitates easy copying and pasting of valuable information.

![Screenshot](Other-python-icon.png)

## Getting Started

### Prerequisites

Make sure you have Python installed on your machine.

### Installation

Clone the repository:

```bash
git clone https://github.com/CollinEdward/GoogleScienceSearch.git
```

## Usage

Run the script and provide your search query. The tool will then perform a Google search using the `googlesearch` module and display the results.

![Screenshot](Preview.png)

## Links for Further Reading

If you're interested in learning more about how this tool works or want to explore the underlying modules, check out the following resources:

- [Performing Google Search using Python Code - Tutorialspoint](https://www.tutorialspoint.com/performing-google-search-using-python-code)
- [Performing Google Search using Python Code - GeeksforGeeks](https://www.geeksforgeeks.org/performing-google-search-using-python-code/)

These resources provide additional insights into the `googlesearch` module and can help you understand the functionalities implemented in this tool.

## Acknowledgments

The script is built upon the capabilities of the `googlesearch` module, and credit goes to the developers of the module for providing such a useful tool for Python developers.

Feel free to explore and contribute to the tool on the [GitHub repository](https://github.com/CollinEdward/GoogleScienceSearch). If you encounter any issues or have suggestions for improvements, please submit them on the repository.