Installation/Usage

Installation

Pip

pip install bot-studio

Npm

npm install datakund

Standalone Executable

Usage

  • Starting DataKund will require login to DataKund

  • After login, drivers will be installed & browser window will open up

Python

from bot_studio import *
datakund=bot_studio.new()

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\

NodeJs

var datakund=require("datakund");

Curl/HTTP

DataKund listens on port 5350