SharkBot DOC'S Page

Digital Signage script example

edit script in REMOTE SERVER : /var/ice_remote.conf

#start BOT script example

#------------------------

device_set 0 mass_unfollow_insta

device_set 1 mass_unfollow_insta

device_set 2 mass_unfollow_insta

# set mass unfollow on instagram

device_set 4 mass_unfollow_insta

device_set 5 mass_unfollow_insta

device_set 6 mass_unfollow_insta

# send new post in twitter

device_set 7 tag_post_tw

device_set 8 tag_post_tw

device_set 9 mass_unfollow_insta

device_set 10 mass_unfollow_insta

device_set 11 mass_unfollow_insta

device_set 12 mass_unfollow_insta

# set device and delay

post_delay_tw 900

device_set 13 tag_post_tw

device_set 14 tag_post_tw

#-----------------------

device_set 15 mass_unfollow_insta

device_set 16 mass_unfollow_insta

device_set 17 mass_unfollow_insta

device_set 18 mass_unfollow_insta

device_set 19 tag_post_tw

# set mass unfollow in twitter

device_set 20 mass_unfollow_tw

device_set 21 mass_unfollow_tw

device_set 22 mass_unfollow_tw

device_set 23 mass_unfollow_tw

multi configuration script:

use "start_cycle" command for inizialize multifunction process

# start BOT script

#----------------

# define start and stop of the configuration

start_cycle ALL 01:00 07:59

change setting in BOT from 0 to 14 hour

#-------------------------

device_set 0 mass_unfollow_insta

device_set 1 mass_unfollow_insta

device_set 2 mass_unfollow_insta

# set mass unfollow on instagram

device_set 4 mass_unfollow_insta

device_set 5 mass_unfollow_insta

device_set 6 mass_unfollow_insta

#send new post in twitter

device_set 7 tag_post_tw

device_set 8 tag_post_tw

device_set 9 mass_unfollow_insta

device_set 10 mass_unfollow_insta

device_set 11 mass_unfollow_insta

device_set 12 mass_unfollow_insta

#set device and delay(900 seconds)

post_delay_tw 900

device_set 13 tag_post_tw

device_set 14 tag_post_tw

#-----------------------

# end of cycle

end_cycle

#-------------

start_cycle ALL 08:23 16:59

change setting in BOT from 0 to 14 hour

#--------------------------------------

# device set for not operand mode

device_set 0 null

device_set 1 null

device_set 2 null

device_set 4 null

device_set 5 null

device_set 6 null

device_set 7 null

device_set 8 null

device_set 9 null

device_set 10 null

device_set 11 null

device_set 12 null

device_set 13 null

device_set 14 null

#-----------------------

# end of cycle

end_cycle

#-------------

ATTENTION!!

if you do not declare some times, the server keeps the previous hourly configuration.