How to manage multiple accounts with multiple targets without it doubling up

Support / help / discussion forum for twitter bot
Post Reply
captdigital_
Posts: 8
Joined: Wed Mar 29, 2023 3:01 am

How to manage multiple accounts with multiple targets without it doubling up

Post by captdigital_ »

Hey, I was trying to make a reply to tweet and comment action with 30 accounts, I set 30 accounts to a # and it posted 30 comments all to the same post, this is not good

how can i make targets for all my accounts and not have it double up and reply to the same post
I would want it to find different posts for all accounts

im trying to avoid doing this 1 by 1 per account

what is the solution

Please help as I want to run mass accounts and not have issues

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

Re: How to manage multiple accounts with multiple targets without it doubling up

Post by martin@rootjazz »

captdigital_ wrote: Thu Apr 20, 2023 11:05 am Hey, I was trying to make a reply to tweet and comment action with 30 accounts, I set 30 accounts to a # and it posted 30 comments all to the same post, this is not good
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)

viewtopic.php?f=15&t=11027
Post Reply