Quick question please Martins

Support / help / discussion forum for twitter bot
Post Reply
Borden2008
Posts: 27
Joined: Fri Mar 15, 2024 1:58 pm

Quick question please Martins

Post by Borden2008 »

These are my settings but my account keeps commenting endlessly

Say I select 100 accounts I noticed they all keep commenting endly and all I want to do is comment 1 and wait for 5 hrs and comment on another one
https://i.imgur.com/dX0MhjA.png
what am i missing please
AM talking about new post of those that in my txt file and I know i will have filter it to new post is this the right filter for a new post as well ?

https://i.imgur.com/m5xJMbg.png
User avatar
martin@rootjazz
Site Admin
Posts: 35129
Joined: Fri Jan 25, 2013 10:06 pm
Location: The Funk
Contact:

Re: Quick question please Martins

Post by martin@rootjazz »

Borden2008 wrote: Sat May 25, 2024 4:20 am These are my settings but my account keeps commenting endlessly
Your setup looks like it should make 1 comment.


Can you send me the raw logs please:
Right click the action > RAW LOGS > copy and send me the contents of the file that opens.

Code: Select all

support[at]rootjazz[dot]com

and submit full logs
HELP > LOGS > SUBMIT

then send your logs ID - the numbers are sufficient (displayed after successful uploading of logs)

http://rootjazz.com/forum/viewtopic.php?f=32&t=12078



REGARDS,
MARTIN
Borden2008
Posts: 27
Joined: Fri Mar 15, 2024 1:58 pm

Re: Quick question please Martins

Post by Borden2008 »

Does this make sense now ?
As you can see, I selected over 53 accounts and now I have almost 100 accounts that I want to comment on their new post. Is this the right settings?


https://i.imgur.com/sFZImaR.png
https://i.imgur.com/ERCSUMl.png
User avatar
martin@rootjazz
Site Admin
Posts: 35129
Joined: Fri Jan 25, 2013 10:06 pm
Location: The Funk
Contact:

Re: Quick question please Martins

Post by martin@rootjazz »

You have set MAX TWEETS = 1

That means, each action performs 1 item. 1 account is selected and 1 comment is posted per action.


As you set a FILEPATH for your search input, the program bulk creates 1 action per line in your file. If you want your file to be the input for the action, i.e step1 of your search you need your CUSTOM SEARCH 1st step to be:


USER ID URL

This will load in the file of profiles and loop over those in the action.



Now, do you want ALL your 53 accounts to comment once? OR just select 1 account at random to post a comment?

If you want all 53 accounts to post a comment, you need to use MASS COMMENT tab, not SEARCH AND COMMENT tab


Confirm exactly what you want to do and I will send instructions on how to do it
Borden2008
Posts: 27
Joined: Fri Mar 15, 2024 1:58 pm

Re: Quick question please Martins

Post by Borden2008 »

Here is what I want to do:

I have around 400 accounts, and I've saved their usernames in text files. I want to comment on their new posts using my accounts. When they make new posts, I want my accounts to comment on them, but I won't use all my accounts for this task. Instead, I'll use only 3 accounts to comment on each new post. The other accounts will do the same, commenting on different new posts in groups of 3.

For example, if I have accounts listed in my text file as @account1, @account2, @account3, @account4, @account5, @account6, @account7, @account8, @account9, @account10, @account11, and @account12, and only 4 of them make new posts, my accounts will check all 12 for new posts. Then, they will comment on the new posts from only 3 of these accounts. This process will repeat every 2 hours.

If the accounts in my text file don't make any new posts after their initial ones, my accounts will stop commenting and wait until new posts appear.

Your suggestion is also welcome, thanks Martins
User avatar
martin@rootjazz
Site Admin
Posts: 35129
Joined: Fri Jan 25, 2013 10:06 pm
Location: The Funk
Contact:

Re: Quick question please Martins

Post by martin@rootjazz »

Borden2008 wrote: Mon May 27, 2024 11:22 pm Here is what I want to do:

I have around 400 accounts, and I've saved their usernames in text files. I want to comment on their new posts using my accounts. When they make new posts, I want my accounts to comment on them, but I won't use all my accounts for this task. Instead, I'll use only 3 accounts to comment on each new post. The other accounts will do the same, commenting on different new posts in groups of 3.

MASS REPLY

enter a filepath of the profiles you want to monitor for new tweets
Check the box "use filepath in action"
Check the box MONITOR PROFILE
Specify 3 max items (3 comments)
Select your accounts to use for the action
Set the repeat hours / minutes for how often to check for new tweets
Set your tweet reply texts


WARNING, if you want to monitor 400 accounts for new tweets, you cannot check THAT often, for example, 400 profiles to monitor checking every hour, that's 400x24 = 9600 a day
or 67200 a week.

You may get penalised for over checking, so think about what you are telling the program to do
Borden2008
Posts: 27
Joined: Fri Mar 15, 2024 1:58 pm

Re: Quick question please Martins

Post by Borden2008 »

Yes, it works according to what I intend to do and now when i tried to change my comment folder in the processing tab under edit action all I can see is where to change the txt files of the accounts am tracking but I want to change the comment files as well or do i need to delete the thread and create another one if i want to change my comment folder ?
here is a snapshot



https://i.imgur.com/4OPHhV3.png
https://i.imgur.com/936sPjX.png


Just before I forget, this is how it should look right? those two that have completed
https://i.imgur.com/17ZwAXR.png
User avatar
martin@rootjazz
Site Admin
Posts: 35129
Joined: Fri Jan 25, 2013 10:06 pm
Location: The Funk
Contact:

Re: Quick question please Martins

Post by martin@rootjazz »

Borden2008 wrote: Tue May 28, 2024 6:23 am Yes, it works according to what I intend to do and now when i tried to change my comment folder in the processing tab under edit action all I can see is where to change the txt files of the accounts am tracking but I want to change the comment files as well or do i need to delete the thread and create another one if i want to change my comment folder ?
here is a snapshot

You should be able to change the filepath that contains the target profiles to track. The action reads the filepath each times it starts, so you can just modify the file.

Unfortunately, you cannot change the comments once the action has started. One way around this is to use a file token as your comment text

Code: Select all

Random line from file:
#file:<filepath>#
#file:c:\path\to\my\file.txt#
That way, you can just update the file contents (where each line in the file represents a possible comment)

More info on tokens:

Default tokens / time / random letters / numbers / random emojis etc etc
http://rootjazz.com/forum/viewtopic.php?f=15&t=12043
Post Reply