Installation/Usage:

You can find this package on Pypi (see here).

Command to install :- pip install bot-studio

Import bot-studio

from bot_studio import *

Creating Object

youtube=bot_studio.youtube()
or
youtube=bot_studio.youtube(headless=True,....)

It will return the object which you can further use to call youtube functions and opens a automated browser

Browser Options

Option

Default Value

Description

headless

False

Can set it to True if wants headless

proxy

No proxy

Pass proxy value e.g 98.0.2.5:4000

profile_path

creates temporary profile

Pass profile path e.g C:\Users\username\AppData\Local\Google\Chrome\User Data\

user_agent

No user agent

Pass user agent e.g python 2.7”, “platform”:”Windows

download_folder

Downloads in default folder

If want to set download directory to custom e.g E:files\