i Sgneep-Box Social Functions

SOCIAL controls

Overview:

*The Sgneep-Box Social Function has been deprecated and is no longer available

now you can use the new Desktop Automation features. In the 'script sample' section you can find two working examples.



Attention!,after launching the script (Win+F12) the program cronos will take control of the mouse when needed.

It is not recommended to move the mouse while cronos works.

To regain total control of the mouse, simply return to the Sgneep-Box Terminal with (Win+F11)

Control your social network with these commands:


clear_friend_list

add_friend_insta

add_friend_tw

device_set

social_run


IMAGEFOLDER contains all the images you need to post.

The name must contain the tag to be linkend to the text to be posted [TAG EXAMPLE]


TEXTFOLDER contains the text that cronos picks up when running a post [TAG_EXAMPLE]


IMAGEFOLDER e TEXTFOLDER are editable in Sgneep-Box Terminal with set tag insta, set tag twitter, social image commands


below you will find the description of each individual command.


clear_friend_list

clear list of friends


add_friend_insta (USERNAME)


add username of instagram in then friend list

Example

#...
clear_friend_list instagram
add_friend_insta USER_1
add_friend_insta USER 2
add friend_insta USER 3
#...

device_set (HOUR) (TYPE)


HOUR = set the time (in hours) of cronos

TYPE = configure cronos to operate in the following wais:

bulk_post_tw

cronos start posting in bulk mode

tag_post_tw

cronos start posting in tag mode

friend_tag_tw

cronos begin to take the friends of Twitter username,previously set with the add_friend command

friend_tag_insta

cronos begin to take the friends of Instagram username, previously set with the add_friend command

mass_unfollow_tw

cronos begin to eliminate friends massively from their own Twitter profile

mass_unfollow_insta

cronos begin to eliminate friends massively from their own Instagram profile

null

cronos will not perform any operation

Complete Example:

this script eliminates the friends we follow, all day long. Modify the script for your needs.

# INSTAGRAM MASSUNFOLLOW SCRIPT
device_set 0 mass_unfollow_insta
device_set 1 mass_unfollow_insta
device_set 2 mass_unfollow_insta
device_set 3 mass_unfollow_insta
device_set 4 mass_unfollow_insta
device_set 5 mass_unfollow_insta
device_set 6 mass_unfollow_insta
device_set 7 mass_unfollow_insta
device_set 8 mass_unfollow_insta
device_set 9 mass_unfollow_insta
device_set 10 mass_unfollow_insta
device_set_11 mass_unfollow_insta
device_set 12 mass_unfollow_insta
device_set 13 mass_unfollow_insta
device_set 14 mass_unfollow_insta
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 mass_unfollow_insta
device_set 20 mass_unfollow_insta
device_set 21 mass_unfollow_insta
device_set 22 mass_unfollow_insta
device_set 23 mass_unfollow_insta
social_run
end_script
#-----------END-OF-SCRIPT--------
#copy and paste the entire code in Sgneep-Box Script Editor
#use a edit script command in Sgneep-Box Terminal (Win+F11)

this script instructs cronos to take friends from the username (Instagram friend) added with the add_friend command.

clear_friend_list instagram
add_friend gucci
add_friend adidas
add_friend nike
add_friend maisonvalentino
add_friend giorgioarmani
add_friend YOUR_PREFERRED_USER
add_friend YOUR_PREFERRED_USER
#-------------------------- device_set 0 friend_tag_insta
device_set 1 friend_tag_insta
device_set 2 friend_tag_insta
device_set 3 friend_tag_insta
device_set 4 friend_tag_insta
device_set 5 friend_tag_insta
device_set 6 null
device set 7 null
device set 8 null< device set 9 null
device set 10 friend_tag_insta
device_set 11 friend_tag_insta
device_set 12 null
device_set 13 friend_tag_insta
device_set 14 friend_tag_insta
device_set 15 null
device_set 16 null
device_set 17 null
device_set 18 friend_tag_insta
device_set 19 null
device_set 20 friend_tag_insta
device_set 21 friend_tag_insta
device_set 22 friend_tag_insta
device_set 23 null
social_run
end_script
#copy and paste the entire code in Sgneep-Box Terminal (Win+F11)
Powered by Sgneep.com