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.
- Host: GitHub
- URL: https://github.com/mbn-code/automatedgoogleosint
- Owner: mbn-code
- Created: 2021-11-22T10:35:12.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-02-07T20:47:35.000Z (almost 2 years ago)
- Last Synced: 2025-01-27T08:11:39.116Z (11 months ago)
- Language: Python
- Size: 40 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.

## 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.

## 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.