#Instructions and requirements to run the script:
Instructions on how to run the code:
- Python Selenium module, Mozilla Firefox browser and Mozilla Firefox WebDriver(geckodriver executable placed in /usr/local/bin) are required to run this python automation script.
- Open Ubuntu Terminal and execute the python file using: python youtube_automation.py
- First, the program will ask for gmail ID input. Enter your gmail ID which is a test account I created for this project and click enter key.
- Second, the program will ask for your password. Enter the corresponding account password and click enter key.
- Next, the program will ask for input terms which the program will search on YouTube.
- Next, it will print top ten results for the search, and asks to input which video should be played. Finally, it asks whether you like or disliked to video and after entering corresponding input, the programs exits, while the browser stays open.