SharkBot DOCS Page

command:

socialmode_run

Enter in Social Network Mode


Social mode enable this command function:

command:

device_set (Hour) (Mode)

{ used for config virtual timeline of device server }



command:

twitter_user (your_username)

{ used for set twitter username }


command:

twitter_passwd (your_password)

{ used for set twitter password }


command:

unfollow_delay_insta (seconds)

{ set unfollow click delay in seconds, in instagram }


command:

unfollow_delay_tw (seconds)

{ set unfollow click delay in seconds, in twitter }


command:

post_delay_tw (seconds)

{ set delay for publish new image in twitter }


command:

post_delay_insta (seconds)

{ set delay for publish new image in instagram }


Example:

#copy and paste this script in ice_remote.conf and add other code

# start_BOT_script

# this script configures the basic functions

# to start working with the device_set command

twitter_user username

twitter_passwd password

unfollow_delay_tw 30

unfollow_delay_insta 30

post_delay_tw 600

post_delay_insta 5000

device_set 0 mass_unfollow_tw

device_set 1 mass_unfollow_insta

# end of script