123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899 |
- # FB Bots Settings
- # 說明
- # 1. 每個設定項目下面均有說明。
- # 2. 若有針對FB Bots的更新,由於設定檔案 (本檔案) 有可能會一起更新,請務必備份此檔案。
- # 3. 警告:請勿刪除以下任何設定項目,否則有可能程式無法正常運作!!
- #
- # INSTRUCTIONS:
- # 1. Explanations for each setting are given below the setting.
- # 2. If there are updates to FB Bots, PLEASE MAKE A BACKUP OF THIS SETTINGS FILE as the settings file may be updated.
- # 3. WARNING: DO NOT DELETE ANY SETTINGS SHOWN BELOW. PROGRAM MAY NOT WORK IF ANY SETTING IS MISSING !!!
- ########################################
- [DEFAULT]
- # 共用設定,於所有FB Bots下所有程式適用
- # GLOBAL SETTINGS, applies to all programs under FB Bots.
- enabled = 1
- # FB Bots的主鑰,設定數值:1為開啟,其餘數值為關閉
- # 注意:程式執行前請確認共用設定enabled項目以及該程式enabled項目的數值為1,否則該程式不會啟動
- # 警告:若本設定的數值為1之外,本機所有FB Bots下的程式均不會啟動。
- # [FB Bots MASTER KEY] Set this to 1 to enable the functioning of programs under FB Bots.
- # CAUTION: The value of "enabled" BOTH in the settings under DEFAULT and under the program's settings must be 1 in order for a program to be able to run.
- # WARNING: Any value other than 1 in this setting will disable ALL PROGRAMS under FB Bots in this server/station.
- userdatadir =
- # Google Chrome使用者目錄
- # User data directory. Please point to the user data directory of your Google Chrome installation.
- userlist = Profile 1
- # 使用的帳號,請以半角逗號 (,) 分隔
- # User list to use. Separate user names with a comma (,).
- serverid =
- # 機器編號
- # Server number identifier.
- ########################################
- [FRIENDREQUESTS]
- # 處理好友邀請
- # Processes friend requests.
- enabled = 1
- # 本程式的金鑰,設定數值:1為開啟,其餘數值為關閉。在關閉的狀態中,當程式被呼叫時,程式不會啟動。
- # Set this to 1 to enable this function. Any other value will disable this function and this function will not run when called.
- action = 1
- # 動作設定,設定數值:1為接受好友邀請,2為拒絕好友邀請。
- # Set this to 1 to ACCEPT friend requests, or 2 to REJECT friend requests.
- maxrequests = 2
- # 每次執行最多可以按讚投稿數量,請輸入數值。
- # 注意:一個Facebook帳號僅可以收容5000位好友。
- # Maximum number of friend requests to accept. Insert a number.
- # ATTENTION: Facebook only allows a maximum of 5000 friends in a Facebook account at any given time.
- minimizewindow = 0
- # 開啟瀏覽器時直接縮小視窗,設定數值:1為開啟,其餘數值為關閉。
- # Set this to 1 to minimize window on browser launch. Any other value will not minimize the browser window.
- ########################################
- [LIKEPOSTS]
- # 對Facebook投稿按讚
- # Likes Facebook posts.
- enabled = 1
- # 本程式的金鑰,設定數值:1為開啟,其餘數值為關閉。在關閉的狀態中,當程式被呼叫時,程式不會啟動。
- # Set this to 1 to enable this function. Any other value will disable this function and this function will not run when called.
- maxlikecount = 2
- # 每次執行最多可以按讚投稿數量,請輸入數值。
- # Maximum number of posts to like. Insert a number.
- minimizewindow = 0
- # 開啟瀏覽器時直接縮小視窗,設定數值:1為開啟,其餘數值為關閉。
- # Set this to 1 to minimize window on browser launch. Any other value will not minimize the browser window.
- ########################################
- [WATCHLIVE]
- # 觀看FB影片
- # Watches a Facebook video/live video.
- enabled = 1
- # 本程式的金鑰,設定數值:1為開啟,其餘數值為關閉。在關閉的狀態中,當程式被呼叫時,程式不會啟動。
- # Set this to 1 to enable this function. Any other value will disable this function and this function will not run when called.
- liveurl = https://www.facebook.com/bravotaipei/videos/2278118205677384/
- # 影片/直播影片連結 (可以是直播影片)
- # 注意:請提供Facebook影片的連結,其他網站的影片均無法使用本程式開啟。
- # URL of video/live video to watch.
- # ATTENTION: Please provide the URL to a Facebook video -- videos on other websites will NOT work!
- watchtime = 60
- # 觀看時間 (秒)
- # Time to watch video in seconds.
- minimizewindow = 0
- # 開啟瀏覽器時直接縮小視窗,設定數值:1為開啟,其餘數值為關閉。
- # Set this to 1 to minimize window on browser launch. Any other value will not minimize the browser window.
|