auto mass action creation

Twitterdub Video tutorials
Post Reply
User avatar
martin@rootjazz
Site Admin
Posts: 34360
Joined: Fri Jan 25, 2013 10:06 pm
Location: The Funk
Contact:

auto mass action creation

Post by martin@rootjazz »

On all tabs that post tweets, you can find the link

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

Re: auto mass action creation

Post by martin@rootjazz »

Select which MASS ACTIONS you want to create automatically to boost your tweets

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

Re: auto mass action creation

Post by martin@rootjazz »

Then you can use the WIZARD function to answer some questions to build your template, or paste a prepared template directly


Image


Do you want to select the accounts to use? Or use tokens? Click YES for account selection, or NO to enter the tokens
If select no:
Specify the accounts you want to use in CSV or a token: all, rand_XX (where XX is a number: rand_10, rand_5 rand_100), acctag_<tagname>

Enter the number of items to process(must be sufficient accounts to perform), enter a number or use format: min:max for random example: 10:20

Enter the pause in format: min:max for random example: 10:20

Enter the number of threads to use

Do you want to DELAY the MASS <actions> after posting (minutes)? Enter a number or use format: min:max for random example: 10:20

Do you want to REPEAT the MASS <actions>? Enter in the format: HOURS:MINUTES example 10 hours and 20 minutes: 10:20

Set a % value that will be used to decide whether to create the Mass Action or not. 10 = mass action created 10% of the time.

MASS COMMENTS ONLY

Enter the Comments / replies, one per line
User avatar
martin@rootjazz
Site Admin
Posts: 34360
Joined: Fri Jan 25, 2013 10:06 pm
Location: The Funk
Contact:

Re: auto mass action creation

Post by martin@rootjazz »

Or to paste in a template

Info on how to create a template
Image


num:5
pause:60:600
accs:all
repeat_hours: 24
delay:5
repeat_mins:10
pc_apply:50

Mass Comments are specified via a \t separated list
comments:comment1 comment2 comment3 etc
or you can specify a filepath that contains your comments, one per line
comments:c:\filepath\to\my\comments.txt
Not, the file must exist when the action is processed
User avatar
martin@rootjazz
Site Admin
Posts: 34360
Joined: Fri Jan 25, 2013 10:06 pm
Location: The Funk
Contact:

Re: auto mass action creation

Post by martin@rootjazz »

once that's done for all MASS ACTIONS you can view the complete specification for easy exporting / importing at a later date


Image

It's a JSON dictionary of the settings

Code: Select all

{
  "like": {
    "PcApply": "50",
    "Accs": "all",
    "Num": "1",
    "Pause": "60:600",
    "Threads": "1",
    "Comments": "",
    "Delay": "0",
    "Repeat": "24:10"
  },
  "retweet": {
    "PcApply": "50",
    "Accs": "all",
    "Num": "1",
    "Pause": "60:600",
    "Threads": "1",
    "Comments": "",
    "Delay": "0",
    "Repeat": "24:10"
  },
  "reply": {
    "PcApply": "50",
    "Accs": "all",
    "Num": "1",
    "Pause": "60:600",
    "Threads": "1",
    "Comments": "",
    "Delay": "0",
    "Repeat": "24:10"
  }
}
Post Reply