Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time

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

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

It will return the object which you can further use to call google 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\