Skip to content

Latest commit

 

History

History
 
 

Automated GoogleSearch using Python

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
# Google Search Bot

This is a Python script that allows you to perform Google searches and display the search results. It uses the `googlesearch` library to interact with the Google search engine.

## Usage

1. Set the number of search results to display.
2. Enter the keyword to search on Google.
3. Perform the Google search.
4. Print the search results obtained.

## Getting Started

To get started with the Google Search Bot, follow these steps:

1. Clone the repository:

```bash
git clone https://github.com/your-username/google-search-bot.git
  1. Install the required dependencies:
pip install googlesearch
  1. Run the script:
python google_search_bot.py

Contributing

Contributions are welcome! If you have any ideas, suggestions, or bug reports, please create an issue or submit a pull request.

License

This project is licensed under the MIT License.


You can save this content in a file named `README.md` in your GitHub repository. Remember to replace `your-username` in the repository URL with your actual GitHub username.