how to setup these kind of actions in twitterdub

Support / help / discussion forum for twitter bot
younique
Posts: 74
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 8:28 pm
younique wrote: Tue Apr 12, 2022 6:09 pm
martin@rootjazz wrote: Tue Apr 12, 2022 3:34 pm

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...
I see great. thank you
younique
Posts: 74
Joined: Wed Mar 02, 2022 5:06 pm

Re: how to setup these kind of actions in twitterdub

Post by younique »

Hello Martin
Are you planning to add account creation module for twitterdub in the future? that will be great feature to add if possible. thank you
User avatar
martin@rootjazz
Site Admin
Posts: 34345
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: Wed Apr 20, 2022 2:36 am Hello Martin
Are you planning to add account creation module for twitterdub in the future? that will be great feature to add if possible. thank you
No, no plans for an account creation module
vladikstyle
Posts: 9
Joined: Thu Mar 31, 2022 12:35 pm

Re: how to setup these kind of actions in twitterdub

Post by vladikstyle »

[deleted post]
Last edited by vladikstyle on Thu Apr 21, 2022 9:58 pm, edited 1 time in total.
vladikstyle
Posts: 9
Joined: Thu Mar 31, 2022 12:35 pm

Re: how to setup these kind of actions in twitterdub

Post by vladikstyle »

martin@rootjazz wrote: Wed Apr 20, 2022 3:51 pm
younique wrote: Wed Apr 20, 2022 2:36 am Hello Martin
Are you planning to add account creation module for twitterdub in the future? that will be great feature to add if possible. thank you
No, no plans for an account creation module
hi bro , please help me , how can i scrape tweets from multiple accounts ? Which input ids format for scraper? Image
User avatar
martin@rootjazz
Site Admin
Posts: 34345
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 »

vladikstyle wrote: Thu Apr 21, 2022 9:57 pm
martin@rootjazz wrote: Wed Apr 20, 2022 3:51 pm
younique wrote: Wed Apr 20, 2022 2:36 am Hello Martin
Are you planning to add account creation module for twitterdub in the future? that will be great feature to add if possible. thank you
No, no plans for an account creation module
hi bro , please help me , how can i scrape tweets from multiple accounts ? Which input ids format for scraper? Image
use a file path and enter your terms one per line.

THEN, if you want to BULK create actions, one per line, set your search as normal i.e.
FOLLOWERS

and you get 3 actions, one for each followers search

OR if you want one search, set the FIRST step of the action
USER ID URL (this can take a file and will load the file contents as results from first step)



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

Re: how to setup these kind of actions in twitterdub

Post by younique »

Hello Martin
Can I scrape user original profile pictures? I tried using the scrape avatar module, but the image saved is really tiny.
younique
Posts: 74
Joined: Wed Mar 02, 2022 5:06 pm

Re: how to setup these kind of actions in twitterdub

Post by younique »

or maybe it's possible to scrape the avatar Urls? if so, how can I do that? Than you
User avatar
martin@rootjazz
Site Admin
Posts: 34345
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 Apr 24, 2022 3:19 pm Hello Martin
Can I scrape user original profile pictures? I tried using the scrape avatar module, but the image saved is really tiny.
really? Let me check
User avatar
martin@rootjazz
Site Admin
Posts: 34345
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 Apr 24, 2022 4:37 pm or maybe it's possible to scrape the avatar Urls? if so, how can I do that? Than you
OUTPUT TYPE > DETAILS / CSV

it should contain the AVATAR_URL, although it's the same one the program uses to download the image, so maybe something changed in how they store the big avatar image
Post Reply