Skip to content

This project uses selenium to automatically search for videos on YouTube. It is implemented from scratch in python and is executed in a jupyter notebook (.ipynb) file.

Notifications You must be signed in to change notification settings

Anas1108/Auto-Searching-on-YouTube

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Auto Searching on YouTube using Selenium

Introduction

This project demonstrates how to use Selenium to perform auto searching on YouTube. The project is implemented from scratch in Python in a Jupyter Notebook file (.ipynb).

Prerequisites

Before you start, make sure you have the following installed:

  • Python
  • Jupyter Notebook
  • Selenium
  • WebDriver for your preferred web browser (e.g. ChromeDriver for Google Chrome)

Installation

To install the necessary packages, run the following command in your terminal/command prompt:

  • pip install selenium

Usage

  1. Open Jupyter Notebook and create a new Python file.
  2. Import the Selenium library.
  3. Download the WebDriver for your preferred web browser and add its path to your environment variables.
  4. Launch the web browser using the WebDriver.
  5. Navigate to the YouTube website.
  6. Find the search bar and send keys to enter the desired search query.
  7. Submit the search query.
  8. Perform any desired actions on the search results, such as clicking on a specific video.

Conclusion

With Selenium, you can easily automate searching on YouTube and perform various actions on the search results. This can be useful for various purposes, such as data scraping or automating repetitive tasks.

About

This project uses selenium to automatically search for videos on YouTube. It is implemented from scratch in python and is executed in a jupyter notebook (.ipynb) file.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published