Repeating the process *HELP*

Support / help / discussion forum for twitter bot
Post Reply
darude
Posts: 108
Joined: Fri Mar 11, 2022 3:39 am

Repeating the process *HELP*

Post by darude »

What settings do I use in the edit file to make the action not finish after processing all the links, but instead start over again?

tab: SEARCH FOLLOW and SEARCH RETWEET

this is what settings I used:

Shared:True
Unique:False
BStopOnPreviouslyReturnedItem:False
Like:False
DoNotMergeSharedLogs:False
AllowShareRequests:True
AlloweResumeSearch:False
BUseAcProxies:True
RandomiseItemsBeforeProcess:True
RandomOrderAccounts:True
CompleteAfterFileProcessed:False
BRepeatFromstart:True
BAlwaysRunNext:False
BAlwaysRunNow:False

and it stopped after processing all the links.
User avatar
martin@rootjazz
Site Admin
Posts: 34696
Joined: Fri Jan 25, 2013 10:06 pm
Location: The Funk
Contact:

Re: Repeating the process *HELP*

Post by martin@rootjazz »

Code: Select all

RepeatEveryXHours:0
 
RepeatEveryXMins:0
Or you can just build the action again and use the GUI control to set REPEAT HOURS / REPEAT MINS
darude
Posts: 108
Joined: Fri Mar 11, 2022 3:39 am

Re: Repeating the process *HELP*

Post by darude »

martin@rootjazz wrote: Fri May 06, 2022 10:50 pm

Code: Select all

RepeatEveryXHours:0
 
RepeatEveryXMins:0
Or you can just build the action again and use the GUI control to set REPEAT HOURS / REPEAT MINS
lets say the action takes 3 hours to complete, and I put "repeat hours: 1" will the action start again while still ongoing or will it wait till it finishes and then start again in 1 hour?
User avatar
martin@rootjazz
Site Admin
Posts: 34696
Joined: Fri Jan 25, 2013 10:06 pm
Location: The Funk
Contact:

Re: Repeating the process *HELP*

Post by martin@rootjazz »

darude wrote: Sun May 08, 2022 10:27 pm
martin@rootjazz wrote: Fri May 06, 2022 10:50 pm

Code: Select all

RepeatEveryXHours:0
 
RepeatEveryXMins:0
Or you can just build the action again and use the GUI control to set REPEAT HOURS / REPEAT MINS
lets say the action takes 3 hours to complete, and I put "repeat hours: 1" will the action start again while still ongoing or will it wait till it finishes and then start again in 1 hour?
default is start one after AFTER finishing. If you want to repeat from START time, there is an option to "BRepeatFromstart:True"



Regards,
Martin
Post Reply