- Wiki index
- What is ./busy4.me?
- Where ./busy4.me can run?
- Main goals
- User guide
β’ 5.1. Installation
β’ 5.2. Setup
β’ 5.3. Commands
β’ 5.4. Uninstall - Genesis
β’ 7.1
β’ 7.2 - Developers guide
β’ 8.1 Basic syntax
β’ 8.2 Advanced syntax
β’ 8.3 Old syntax
β’ 8.4 Update - Copyrights
π busy commands set - to manage "Virtual Assistant" π
basic usage
busy [--option=value]... [:place]
or
busy [sub_command] [--option=value]... [:place]
π§ Under construction
--like[="URL"] # to like something eg. post, profile
βοΈ EXAMPLE: Active profile will like specific post in socialportal.com, executed in DISPLAY:0
busy --like="https://socialportal.com/fanpage/post" :0
--follow[="URL"] # to follow profile from URL
βοΈ TIP: option without value will will be executed in current opened URL
βοΈ EXAMPLE: Active profile will follow other profile in socialportal.com, executed in DISPLAY:02
busy --like="https://socialportal.com/fanpage/post" :02
--post[="database.table.record"] # to prepare and publish a post
βοΈ TIP: option without value will put the oldest post from defult table from default database
βοΈ EXAMPLE: Active profile will put a post in socialportal.com, from database "roy_visar_db", table "fb_posts", record "4276", executed in DISPLAY:5
busy --like="roy_visar_db.fb_posts.4276" :5
--live[=start|=stop|=status] --url[="URL"]
# live streaming to specific rtmp socket
βοΈ TIP: live option without value will start live streaming eg. "busy --live"
βοΈ TIP: with no url option, default url socket will be used
βοΈ EXAMPLE: Start Live streaming of DISPLAY:0 to blablavideo.com portal
busy --live=start --url="rtmp://live-api.blablavideo.com:80/api=1&key=As4fRws8Q" :0
--login[=login_name] --url=["URL"]# to login in specific portal
βοΈ EXAMPLE: Active profile will login in socialportal.com, executed in DISPLAY:1
busy --login --url="https://socialportal.com" :1
βοΈ TIP: login option with no value
--share[="URL"] # to share something
βοΈ EXAMPLE: Active profile will share something in Group "group_name" in socialportal.com, executed in DISPLAY:1
busy --share="https://somethingcool.co" --url="https://socialportal.com/group_name" :1
--join[="URL"] # to join somewhere
βοΈ EXAMPLE: Active profile will join somewhere
busy --join="https://socialportal.com/group_name" :1
--invite[=database.table] --url=["URL"]# to invite others
βοΈ EXAMPLE: Active profile will invite others
busy --invite[=roy_visar_db.fb_friends] --url="https://socialportal.com/group_name" :1
busy --subscribe[="URL"] # to subscribe
βοΈ EXAMPLE: Active profile will subscribe
busy --subscribe="https://somethingcool.co" :1
busy --comment="comment text" --url=["URL"] # to comment specific URL
βοΈ TIP: option --comment without value will use default comment from database
βοΈ EXAMPLE: Active profile will comment "good to know" in post from group bleblegroup in socialfrance.eu
busy --comment="good to know" --url="socialfrance.eu/groups/bleblegroup/post/0192837465"
busy --cron[=on|=off|=status] # to operate in crontab
busy --db[=add] --table[="database.table"] # add table in database
busy --db[=drop] --table[="database.table"] # drop table in database
busy --db[=add] --table[="database.table"] --data=["data_to_add"] # add record in database
busy --db[=delete] --record[="database.table.record"] # delete record in database
busy --db[=show] --table[="database.table.record"] # show records in database
βοΈ EXAMPLE: Add record with specific data into fb_friends table
busy --db=add --table="roy_visar_db.fb_friends" --data="001,Roy Visar,http://portal.url/profile,data1,data2"
βοΈ EXAMPLE: Update record to specific data in fb_friends table in roy_visar_db database
busy --db=update --table="roy_visar_db.fb_friends.2345" --data="Roy Visar,data2"
busy --clip-clear|-cc # clip clear in default DISPLAY
busy --restart :5 # retart DISPLAY:5
busy --restart=all # restart all
busy --screen=status # clip clear
busy --screen=on --cmd="htop" # run _htop_ in screen session
- Install minimal Debian 10 Buster in VirtualBox, just base, skip everything,
ISO CD image from official website debian.org/debian-10.4.iso << 336MB direct link - Run bellow script in fresh terminal console
(all main software will be installed from official Debian repository)
wget busy4.me/initiv && bash ./initiv install
wget busy4.me/init-0 && bash ./init-0
π₯ Hot: last update