how to setup these kind of actions in twitterdub

Support / help / discussion forum for twitter bot
younique
Posts: 75
Joined: Wed Mar 02, 2022 5:06 pm

Re: how to setup these kind of actions in twitterdub

Post by younique »

Hello again Martin:

Let's say that I have a list of accounts that I want my 200 accounts to follow them randomly. How do I set up this kind of actions? I need the twitterdub to pick 10 accounts randomly from 200 accounts and to follow the list of accounts. hope you understand what I mean.
User avatar
martin@rootjazz
Site Admin
Posts: 34356
Joined: Fri Jan 25, 2013 10:06 pm
Location: The Funk
Contact:

Re: how to setup these kind of actions in twitterdub

Post by martin@rootjazz »

younique wrote: Sun Mar 27, 2022 8:50 am Hello Martin
I got one question, can I put phone number in email field when add new account? because my accounts are only phone verified and don't have email account attached to it.
no, put the phone number in the phone number box :-) (under advanced)
User avatar
martin@rootjazz
Site Admin
Posts: 34356
Joined: Fri Jan 25, 2013 10:06 pm
Location: The Funk
Contact:

Re: how to setup these kind of actions in twitterdub

Post by martin@rootjazz »

younique wrote: Sun Mar 27, 2022 4:27 am Hello, I think I figure it out haha thanks tho
:-)
User avatar
martin@rootjazz
Site Admin
Posts: 34356
Joined: Fri Jan 25, 2013 10:06 pm
Location: The Funk
Contact:

Re: how to setup these kind of actions in twitterdub

Post by martin@rootjazz »

younique wrote: Mon Mar 28, 2022 6:28 am Hello again Martin:

Let's say that I have a list of accounts that I want my 200 accounts to follow them randomly. How do I set up this kind of actions? I need the twitterdub to pick 10 accounts randomly from 200 accounts and to follow the list of accounts. hope you understand what I mean.
Not sure I understand, you want to only use 10 of YOUR accounts to follow the list of profiles you provide?

Code: Select all

FOLLOW tab
select your 10 of your accounts
Enter the filepath of profiles to follow to search box, in the dropdown select FROM LIST / FILEPATH
Run the action.
Not sure why you would want only 10 of your accounts to do that tho.


Or do you want to only select 10 profiles from your list and have 10 of your accounts follow them?

Code: Select all

FOLLOW tab
select your 200 of your accounts
specify 10 MAX ITEMS
Enter the filepath of profiles to follow to search box, in the dropdown select FROM LIST / FILEPATH
Run the action.
younique
Posts: 75
Joined: Wed Mar 02, 2022 5:06 pm

Re: how to setup these kind of actions in twitterdub

Post by younique »

Hello Martin

I mean I have 200 accounts, I need the program to pick 5-10 accounts (this should be different each time following a new accounts) randomly from those 200s, and to follow my target accounts, is that possible?
User avatar
martin@rootjazz
Site Admin
Posts: 34356
Joined: Fri Jan 25, 2013 10:06 pm
Location: The Funk
Contact:

Re: how to setup these kind of actions in twitterdub

Post by martin@rootjazz »

younique wrote: Thu Mar 31, 2022 9:17 am Hello Martin

I mean I have 200 accounts, I need the program to pick 5-10 accounts (this should be different each time following a new accounts) randomly from those 200s, and to follow my target accounts, is that possible?
I am still not sure I understand what you want to do.
You want 5-10 of your accounts to follow ALL the targets you provide?

So you provide a file of 1000 target profiles, you want 5-10 of your accounts to follow ALL of them? Or to only follow 1 each? OR something else?
younique
Posts: 75
Joined: Wed Mar 02, 2022 5:06 pm

Re: how to setup these kind of actions in twitterdub

Post by younique »

last question I figure it out thanks

got a new question, how to set up the auto delete function? I wanna the software to automatically remove the tasks once it's completed. thank you
User avatar
martin@rootjazz
Site Admin
Posts: 34356
Joined: Fri Jan 25, 2013 10:06 pm
Location: The Funk
Contact:

Re: how to setup these kind of actions in twitterdub

Post by martin@rootjazz »

younique wrote: Tue Apr 12, 2022 8:20 am last question I figure it out thanks

got a new question, how to set up the auto delete function? I wanna the software to automatically remove the tasks once it's completed. thank you
HELP > CONFIG > DELETE COMPLETED >

completed only
all finished (include failed)



Regards,
Martin
younique
Posts: 75
Joined: Wed Mar 02, 2022 5:06 pm

Re: how to setup these kind of actions in twitterdub

Post by younique »

martin@rootjazz wrote: Tue Apr 12, 2022 3:34 pm
younique wrote: Tue Apr 12, 2022 8:20 am last question I figure it out thanks

got a new question, how to set up the auto delete function? I wanna the software to automatically remove the tasks once it's completed. thank you
HELP > CONFIG > DELETE COMPLETED >

completed only
all finished (include failed)



Regards,
Martin
btw I want to check for every 5 minutes and want the completed action deleted after 2 mins
so I just input the 5 in the first line and 2 in the second line? is that right? can you show me the correct way to do it? thank you
User avatar
martin@rootjazz
Site Admin
Posts: 34356
Joined: Fri Jan 25, 2013 10:06 pm
Location: The Funk
Contact:

Re: how to setup these kind of actions in twitterdub

Post by martin@rootjazz »

younique wrote: Tue Apr 12, 2022 6:09 pm
martin@rootjazz wrote: Tue Apr 12, 2022 3:34 pm
younique wrote: Tue Apr 12, 2022 8:20 am last question I figure it out thanks

got a new question, how to set up the auto delete function? I wanna the software to automatically remove the tasks once it's completed. thank you
HELP > CONFIG > DELETE COMPLETED >

completed only
all finished (include failed)



Regards,
Martin
btw I want to check for every 5 minutes and want the completed action deleted after 2 mins
so I just input the 5 in the first line and 2 in the second line? is that right? can you show me the correct way to do it? thank you
yes that's correct, but

Code: Select all

5
2
doesn't make sense, if you are only checking every 5 minutes, at a minimum actions are removed after 5 minutes, 2 minutes not possible. Basically 2nd number shoud be BIGGER than first :-)

Doesn't really matter though, but...
Post Reply