alexal1 / Insomniac

Instagram bot for automated Instagram interaction using Android device via ADB
https://insomniac-bot.com
MIT License
688 stars 159 forks source link

working hours setting does not work #340

Closed rxng closed 3 years ago

rxng commented 3 years ago

Interact.json has this setting

{
    "parameter-name": "working_hours",
    "enabled": true,
    "value": "4-6",
    "description" : "set working hours to the script, disabled by default. It can be a number presenting specific hour (e.g. 13) or a range (e.g. 9-21)"
  },

However, total duration is 8 hours

Total duration: 8:02:54.464267

alexal1 commented 3 years ago

@rxng working_hours means time when script can be launched. If you want to limit session length, use

{
    "parameter-name": "session_length_in_mins_limit",
    "enabled": true,
    "value": "40-80",
    "description" : "limit the session length by time (minutes), disabled by default. It can be a number (e.g. 60) or a range (e.g. 40-70)"
},