hi,How to add time to tweets

Support / help / discussion forum for twitter bot
sszx120
Posts: 25
Joined: Mon Aug 22, 2022 7:51 am

Re: hi,How to add time to tweets

Post by sszx120 »

Thank you, I understand the previous one
Please help me see this again
The tweets of these accounts automatically added likes and forwarding within 1 minute after the release
I want to know how the software implements this function

↓↓↓↓↓

https://twitter.com/search?q=%E5%BC%80% ... yped_query
User avatar
martin@rootjazz
Site Admin
Posts: 34375
Joined: Fri Jan 25, 2013 10:06 pm
Location: The Funk
Contact:

Re: hi,How to add time to tweets

Post by martin@rootjazz »

sszx120 wrote: Tue Mar 07, 2023 12:47 pm Thank you, I understand the previous one
Please help me see this again
The tweets of these accounts automatically added likes and forwarding within 1 minute after the release
I want to know how the software implements this function

↓↓↓↓↓

https://twitter.com/search?q=%E5%BC%80% ... yped_query
You need to have accounts to perform the LIKE / RETWEETS / COMMENTS for you

Then set up WATCH FILES / FOLDERS to automatically generate the MASS LIKES / MASS RETWEETS / MASS COMMENTS for you.

It's not that simple to implement at the moment, I do have a TODO to make it simpler.

But the way it works is

When you POST, twitterdub writes a file with the tweet details to a folder (this is the WATCH FILE)
You then create a WATCH FOLDER MASS <ACTION> to watch the folder where the watch file is written, the program detects this and creates a MASS ACTION
User avatar
martin@rootjazz
Site Admin
Posts: 34375
Joined: Fri Jan 25, 2013 10:06 pm
Location: The Funk
Contact:

Re: hi,How to add time to tweets

Post by martin@rootjazz »

sszx120
Posts: 25
Joined: Mon Aug 22, 2022 7:51 am

Re: hi,How to add time to tweets

Post by sszx120 »

Sorry, I have studied for a long time and I haven't figured it out for a long time
Can you help me record a video?
I am in China, and my understanding of English translation is not good
User avatar
martin@rootjazz
Site Admin
Posts: 34375
Joined: Fri Jan 25, 2013 10:06 pm
Location: The Funk
Contact:

Re: hi,How to add time to tweets

Post by martin@rootjazz »

sszx120 wrote: Wed Mar 22, 2023 10:07 am Sorry, I have studied for a long time and I haven't figured it out for a long time
Can you help me record a video?
I am in China, and my understanding of English translation is not good
I have actually made an update to make the whole process much simpler. I shall release the update later today and put together a guide for you
sszx120
Posts: 25
Joined: Mon Aug 22, 2022 7:51 am

Re: hi,How to add time to tweets

Post by sszx120 »

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

Re: hi,How to add time to tweets

Post by martin@rootjazz »

https://rootjazz.com/twitterdub/updatetesting.html

Auto Create Mass Action link on all tabs where you can post tweets.


A tutorial / guide is coming, but there is a wizard to help build the template, or you can just paste in your auto write file template if you have one pre-prepared
sszx120
Posts: 25
Joined: Mon Aug 22, 2022 7:51 am

Re: hi,How to add time to tweets

Post by sszx120 »

Okay, thank you
User avatar
martin@rootjazz
Site Admin
Posts: 34375
Joined: Fri Jan 25, 2013 10:06 pm
Location: The Funk
Contact:

Re: hi,How to add time to tweets

Post by martin@rootjazz »

viewtopic.php?f=32&t=11644&p=74358#p74358


am creating the guide now, should be completed in an hour or so
sszx120
Posts: 25
Joined: Mon Aug 22, 2022 7:51 am

Re: hi,How to add time to tweets

Post by sszx120 »

Simultaneously

Like, comment, forward

Can only run comments

Praising and forwarding do not work

The code is as follows


{
"like": {
"PcApply": "100",
"Accs": "all",
"Num": "10",
"Pause": "2:8",
"Threads": "5",
"Comments": "",
"Delay": "5",
"Repeat": "00:00"
},
"retweet": {
"PcApply": "100",
"Accs": "all",
"Num": "10",
"Pause": "2:8",
"Threads": "5",
"Comments": "",
"Delay": "5",
"Repeat": "00:00"
},
"reply": {
"PcApply": "100",
"Accs": "all",
"Num": "10",
"Pause": "2:8",
"Threads": "5",
"Comments": "comments",
"Delay": "5",
"Repeat": "00:00"
}
}
Post Reply