socialmode_run
Enter in Social Network Mode
command:
{ used for config virtual timeline of device server }
command:
{ used for set twitter username }
command:
{ used for set twitter password }
command:
{ set unfollow click delay in seconds, in instagram }
command:
{ set unfollow click delay in seconds, in twitter }
command:
{ set delay for publish new image in twitter }
command:
{ set delay for publish new image in instagram }
#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