Web Automation: Browse YouTube automatically with Selenium and Python

Опубликовано: 18 Октябрь 2024
на канале: Build Cool Stuffs
468
6

Browse YouTube with Selenium and Python

In this video I taught how to use Selenium and Gecko driver to browse YouTube right from your CLI with Selenium and Python

Please don't forget to subscribe

and don't forget to use VPN

Links

Learn more about Selenium
https://www.selenium.dev/

Link to download Selenium python module
https://pypi.org/project/selenium/
OR run
pip install selenium or pip3 install selenium

Link to download gecko web driver
https://github.com/mozilla/geckodrive...

Link to download Chrome web driver
https://chromedriver.chromium.org/dow...

Link to the script on my github repo
https://github.com/paulosabayomi/brow...

OR clone it on the CLI with
git clone https://github.com/paulosabayomi/brow...

#selenium #python #automation