how to setup these kind of actions in twitterdub

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

Re: how to setup these kind of actions in twitterdub

Post by younique »

Hello Martin:

How can I delete the media tweets? I saw Delete tweets file and delete all tweets button in View Account Module, is this the place to delete my tweets? will delete all tweets also delete all the retweets?
User avatar
martin@rootjazz
Site Admin
Posts: 34360
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 May 04, 2022 5:26 am Hello Martin:

How can I delete the media tweets?
Scrape your media tweets to a file
then DELETE FROM FILE

I saw Delete tweets file and delete all tweets button in View Account Module, is this the place to delete my tweets? will delete all tweets also delete all the retweets?
errr form memory, I believe it SHOULD delete your retweets yes



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

Re: how to setup these kind of actions in twitterdub

Post by younique »

martin@rootjazz wrote: Wed May 04, 2022 1:14 pm
younique wrote: Wed May 04, 2022 5:26 am Hello Martin:

How can I delete the media tweets?
Scrape your media tweets to a file
then DELETE FROM FILE

I saw Delete tweets file and delete all tweets button in View Account Module, is this the place to delete my tweets? will delete all tweets also delete all the retweets?
errr form memory, I believe it SHOULD delete your retweets yes



Regards,
Martin
How to scrape media tweets only? I can't find that option in scrape module
User avatar
martin@rootjazz
Site Admin
Posts: 34360
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 »

Make sure you are uptodate

Then it's USER MEDIA TWEETS in custom search



--------------------------------
Twitterdub custom search tutorial
- Explains how to build a search and specify how many results per step (optional)

https://www.youtube.com/watch?v=D1W2KnNciPI
younique
Posts: 76
Joined: Wed Mar 02, 2022 5:06 pm

Re: how to setup these kind of actions in twitterdub

Post by younique »

martin@rootjazz wrote: Wed May 04, 2022 8:38 pm Make sure you are uptodate

Then it's USER MEDIA TWEETS in custom search



--------------------------------
Twitterdub custom search tutorial
- Explains how to build a search and specify how many results per step (optional)

https://www.youtube.com/watch?v=D1W2KnNciPI
got it thank you Martin

got a new question, is that possible to add watch folder function in search reply/ comment module? I have a list of tweets that I wanna use this module, but every time I have to add it one by one. Thank you. if it can randomize the tweets that would be plus
younique
Posts: 76
Joined: Wed Mar 02, 2022 5:06 pm

Re: how to setup these kind of actions in twitterdub

Post by younique »

younique wrote: Sun May 08, 2022 1:38 am
martin@rootjazz wrote: Wed May 04, 2022 8:38 pm Make sure you are uptodate

Then it's USER MEDIA TWEETS in custom search



--------------------------------
Twitterdub custom search tutorial
- Explains how to build a search and specify how many results per step (optional)

https://www.youtube.com/watch?v=D1W2KnNciPI
got it thank you Martin

got a new question, is that possible to add watch folder function in search reply/ comment module? I have a list of tweets that I wanna use this module, but every time I have to add it one by one. Thank you. if it can randomize the tweets that would be plus
I figure it out that I actually can use file path where I put all my tweets into that file. haha
but is it possible to randomize which tweet to process first?
User avatar
martin@rootjazz
Site Admin
Posts: 34360
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 May 08, 2022 1:38 am got a new question, is that possible to add watch folder function in search reply/ comment module? I have a list of tweets that I wanna use this module, but every time I have to add it one by one. Thank you. if it can randomize the tweets that would be plus
Watch folder doesn't make sense in terms of the SEARCH AND REPLY / COMMENT module.

But you can use it for MASS TWEET REPLY module.
Maybe that works for you?

Let me know what you are trying to do exactly and can see what can be done
User avatar
martin@rootjazz
Site Admin
Posts: 34360
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 May 08, 2022 8:01 am
younique wrote: Sun May 08, 2022 1:38 am
martin@rootjazz wrote: Wed May 04, 2022 8:38 pm Make sure you are uptodate

Then it's USER MEDIA TWEETS in custom search



--------------------------------
Twitterdub custom search tutorial
- Explains how to build a search and specify how many results per step (optional)

https://www.youtube.com/watch?v=D1W2KnNciPI
got it thank you Martin

got a new question, is that possible to add watch folder function in search reply/ comment module? I have a list of tweets that I wanna use this module, but every time I have to add it one by one. Thank you. if it can randomize the tweets that would be plus
I figure it out that I actually can use file path where I put all my tweets into that file. haha
lol :-)

Yes with CUSTOM SEARCH you can select ID / URL and specify a filepath and the file path is loaded at that step. You can then pass those results to the next step (for a multi step search).

Alternatively the default search dropdown has an option for FILEPATH / LOAD LIST

but is it possible to randomize which tweet to process first?
If there is not an option on the UI, then you can use the CUSTOM SEARCH step:
ID URL

which is you single click it (on the left) will display the instructions, it can take a CSV of
path,rand


so your input is

c:\path\file.txt,rand

and the file is loaded then randomised.




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

Re: how to setup these kind of actions in twitterdub

Post by younique »

martin@rootjazz wrote: Mon May 09, 2022 8:31 pm
younique wrote: Sun May 08, 2022 8:01 am
younique wrote: Sun May 08, 2022 1:38 am

got it thank you Martin

got a new question, is that possible to add watch folder function in search reply/ comment module? I have a list of tweets that I wanna use this module, but every time I have to add it one by one. Thank you. if it can randomize the tweets that would be plus
I figure it out that I actually can use file path where I put all my tweets into that file. haha
lol :-)

Yes with CUSTOM SEARCH you can select ID / URL and specify a filepath and the file path is loaded at that step. You can then pass those results to the next step (for a multi step search).

Alternatively the default search dropdown has an option for FILEPATH / LOAD LIST

but is it possible to randomize which tweet to process first?
If there is not an option on the UI, then you can use the CUSTOM SEARCH step:
ID URL

which is you single click it (on the left) will display the instructions, it can take a CSV of
path,rand


so your input is

c:\path\file.txt,rand

and the file is loaded then randomised.




Regards,
Martin
Great, thank you again for the answer, and this syntax works with like and retweet modules too?
younique
Posts: 76
Joined: Wed Mar 02, 2022 5:06 pm

Re: how to setup these kind of actions in twitterdub

Post by younique »

Hello, Martin
It's me again haha, so is there anyway that I delete my own tweets but keeping retweets, is that possible? or maybe just delete tweets that have media but still keeping the retweets
Post Reply