Search and reply with several accounts in serial

Support / help / discussion forum for twitter bot
Post Reply
Sickfly
Posts: 11
Joined: Wed Oct 11, 2023 11:56 am

Search and reply with several accounts in serial

Post by Sickfly »

Hey Martin,

I have a question please, I’m trying to perform ‚search and reply/comment‘ with search ‚From List‘ where I update the txt file to read with a new post and the comment. Now I don't want 500 accounts of mine to all comment on the same tweet, but that only 1 account of the 500 selected accounts makes the comment and they all take turns, so that the second account then comments as soon as the file was updated again with a new tweet link and comment, and then the third account, and so on. Is that possible? Thank you in advance.
User avatar
martin@rootjazz
Site Admin
Posts: 34712
Joined: Fri Jan 25, 2013 10:06 pm
Location: The Funk
Contact:

Re: Search and reply with several accounts in serial

Post by martin@rootjazz »

by default, the program will process the file, then when all items processed, it will stop running. So it will NOT keep checking the file to see if it's updated.


However, you can change the settings so that it does

Add the action in WAIT mode by holding down SHIFT when you create the action

Then right click the action > EDIT ACTION

Code: Select all

CompleteAfterFileProcessed:false
AllowFileComplete:false
Save the file, click OK in the app to read in the new settings
Restart the action (right click > restart)

Now I don't want 500 accounts of mine to all comment on the same tweet
check UNIQUE on the UI when creating the action.




--------------------------------
General "unique" info:
--------------------------------
To not process duplicate items across multiple accounts, you have multiple options.

1) SHARED ACTIONS.
When you run a SHARED ACTION, the "already processed" lists for each account in the shared action is used to ensure, no item is processed if any of the accounts in the shared action have already processed the item. Additionally, the items that are processed in the shared action are recorded by all accounts and not processed by any account (in the shared action) in the future (even if an account is running a single account action)


2) Manual MERGE PROCESSED ITEMS.
On the action tabs (eg follow tab) you can select multiple accounts and select MERGE PROCESSED ITEMS. This will run a function to merge the processed items lists of all selected accounts at that point in time. Meaning no item processed by any account in the merge *already* will be processed again. This is a one-off merge, meaning the processed lists will diverge as you run more separate actions in future. Please note, if you perform this on the follow tab, only the followed processed items are merged.

3) Global processed logs - (most of the time people want this option)
Again, on the action tabs (eg follow tab) select your accounts, right click GLOBAL PROCESSED LOGS > ASSIGN (add)
What this does is sync all select accounts together their processed lists. This means the synced accounts will never process duplicate items regardless of what type of actions is used (shared / single). The difference between (2) "manual merge" is that this is a permanent sync, there will never be any duplication. Again this only applies to the action tab applied to (so only follow items if performed on the follow tab, only like items if performed on like tab)

http://rootjazz.com/forum/viewtopic.php?f=15&t=11027
Sickfly
Posts: 11
Joined: Wed Oct 11, 2023 11:56 am

Re: Search and reply with several accounts in serial

Post by Sickfly »

Amazing! Thank you, that worked great now!

Just another question please, I use the right click ‚EDIT ACTION‘ a lot and always change this following settings manually and everything works great:

completeafterfileprocessed
AllowFileComplete
RepeatNoWait
BRepeatFromstart

But is there any easy way to change this four settings to true/false for 500 accounts at once? Thank you for your help
User avatar
martin@rootjazz
Site Admin
Posts: 34712
Joined: Fri Jan 25, 2013 10:06 pm
Location: The Funk
Contact:

Re: Search and reply with several accounts in serial

Post by martin@rootjazz »

Sickfly wrote: Tue Feb 20, 2024 1:48 am Amazing! Thank you, that worked great now!

Just another question please, I use the right click ‚EDIT ACTION‘ a lot and always change this following settings manually and everything works great:

completeafterfileprocessed
AllowFileComplete
RepeatNoWait
BRepeatFromstart

But is there any easy way to change this four settings to true/false for 500 accounts at once? Thank you for your help
right click BULK EDIT




Regards,
Martin
User avatar
martin@rootjazz
Site Admin
Posts: 34712
Joined: Fri Jan 25, 2013 10:06 pm
Location: The Funk
Contact:

Re: Search and reply with several accounts in serial

Post by martin@rootjazz »

Sickfly wrote: Tue Feb 20, 2024 1:48 am Amazing! Thank you, that worked great now!

Just another question please, I use the right click ‚EDIT ACTION‘ a lot and always change this following settings manually and everything works great:

completeafterfileprocessed
AllowFileComplete
RepeatNoWait
BRepeatFromstart

But is there any easy way to change this four settings to true/false for 500 accounts at once? Thank you for your help
right click BULK EDIT >

paste the values you want to change and their new values - instructions on the bulk edit form
Post Reply