auto write watch files / watch folder: Give Mass likes / Mass retweets after posting automatically
Posted: Wed Nov 30, 2022 5:46 pm
POST TWEET tab

The INFO link will give you help
https://rootjazz.com/forum/viewtopic.ph ... 939#p58939

Specify folders to write to. Remember these, we will use them to set up MASS WATCH actions later. I am using
e:\tmp\watch\like
e:\tmp\watch\retweet
You can use any folder(s)
I have set a template file
e:\tmp\watch\tmpl.txt
e:\tmp\watch\tmpl2.txt
These specify how to create the MASS ACTIONs. Info on how to set the accounts to use, in the INFO link above.
Now, when the POST TWEET action (or any other action with AUTO WRITE FILES) runs, it will save the template file with the post ID to the folders.

The INFO link will give you help
https://rootjazz.com/forum/viewtopic.ph ... 939#p58939
Specify folders to write to. Remember these, we will use them to set up MASS WATCH actions later. I am using
e:\tmp\watch\like
e:\tmp\watch\retweet
You can use any folder(s)
I have set a template file
e:\tmp\watch\tmpl.txt
Code: Select all
url:#post_id#
num:50
pause:60:600
accs:acctag_like
repeat_hours: 24
e:\tmp\watch\tmpl2.txt
Code: Select all
url:#post_id#
num:50
pause:60:600
accs:acctag_rt
repeat_hours: 24
Now, when the POST TWEET action (or any other action with AUTO WRITE FILES) runs, it will save the template file with the post ID to the folders.