*Accounts doing actions WITHOUT PreRunCmd inbetween*

Support / help / discussion forum for twitter bot
darude
Posts: 108
Joined: Fri Mar 11, 2022 3:39 am

Re: *Accounts doing actions WITHOUT PreRunCmd inbetween*

Post by darude »

martin@rootjazz wrote: Tue Feb 14, 2023 1:47 am
darude wrote: Tue Feb 14, 2023 1:40 am
martin@rootjazz wrote: Mon Feb 13, 2023 11:19 pm The next update will fix this. I shall let you know when it is ready.



Regards,
Martin
did you check if it was happening only in LIKE action or did it happen also on retweet, follow, tweet or even MASS ACTIONS?



happy that you are taking care of it, thank you :)

and hopefully I will get my proxy rotation in order so I CAN FINALLY use this software as I always intended to :D
(and then see and maybe even pay for a few extra options if I find them to be worth it)
was happening on actions that make a TWEET DETAILS request, that wasn't hitting the cache. Wasn't happening on follow as that pulls USER DETAILS endpoint which isn't a shareable search (which TWEET DETAILS is)
what is a "tweet details" request and when is it triggered? or is that not really important for us twitterdub users only for developing it
User avatar
martin@rootjazz
Site Admin
Posts: 34978
Joined: Fri Jan 25, 2013 10:06 pm
Location: The Funk
Contact:

Re: *Accounts doing actions WITHOUT PreRunCmd inbetween*

Post by martin@rootjazz »

darude wrote: Tue Feb 14, 2023 1:49 am
what is a "tweet details" request and when is it triggered? or is that not really important for us twitterdub users only for developing it

it's equivalent to going to a tweet URL. It happens when that is required
darude
Posts: 108
Joined: Fri Mar 11, 2022 3:39 am

Re: *Accounts doing actions WITHOUT PreRunCmd inbetween*

Post by darude »

martin@rootjazz wrote: Tue Feb 14, 2023 3:31 pm
darude wrote: Tue Feb 14, 2023 1:49 am
what is a "tweet details" request and when is it triggered? or is that not really important for us twitterdub users only for developing it

it's equivalent to going to a tweet URL. It happens when that is required
thank you so much, it works awesome now.

and I finally fixed my proxy rotation thing, it works with get request in twitterdub now.

such a relief :D
User avatar
martin@rootjazz
Site Admin
Posts: 34978
Joined: Fri Jan 25, 2013 10:06 pm
Location: The Funk
Contact:

Re: *Accounts doing actions WITHOUT PreRunCmd inbetween*

Post by martin@rootjazz »

:-)
darude
Posts: 108
Joined: Fri Mar 11, 2022 3:39 am

Re: *Accounts doing actions WITHOUT PreRunCmd inbetween*

Post by darude »

martin@rootjazz wrote: Sat Feb 18, 2023 2:51 pm:-)
unfortunately the BUG with preruncmd happens again :(

if you select LIKE tab, and choose in edit:

Code: Select all

Retweet:True
accounts will be doing actions at the same time with THREAD:1... (maybe because of the wait inbetween like and retweet or smth might trigger it)

the way it happens now:

1. 1st account logs in to twitter (scraping and timeline info)
2. 2nd account logs in to twitter (scraping and timeline info)
3. 1st account does the action (like and retweet, with a ~120 second break between like and retweet)
4. RunCmdsBeforeEachAccount runs (IP ROTATION)
5. 3rd account logs in to twitter
6. 4th account logs in to twitter
7. 3rd account does the action (like and retweet, with a ~120 second break between like and retweet)
8. RunCmdsBeforeEachAccount runs (IP ROTATION)
9. ... (continues on and on)


I submitted LOGS: logs_56127

twitterdub version: 3.394 - 15/02/2023

ps. I will try running it a couple more times with only LIKE (without retweet) and see if it happens there also (I think it does not but will check again)
darude
Posts: 108
Joined: Fri Mar 11, 2022 3:39 am

Re: *Accounts doing actions WITHOUT PreRunCmd inbetween*

Post by darude »

martin@rootjazz wrote: Sat Feb 18, 2023 2:51 pm:-)
did some more testing as I said I would.

the results:

Retweet TAB

Code: Select all

Like:True
if this option is selected the following happens (same as with Like tab + retweet):

1. 1st account logs in to twitter (scraping and timeline info)
2. 2nd account logs in to twitter (scraping and timeline info)
3. 1st account does the action (retweet and like, with a ~120 second break between retweet and like)
4. RunCmdsBeforeEachAccount runs (IP ROTATION)
5. 3rd account logs in to twitter
6. 4th account logs in to twitter
7. 3rd account does the action (retweet and like, with a ~120 second break between retweet and like)
8. RunCmdsBeforeEachAccount runs (IP ROTATION)
9. ... (continues on and on)

I done a couple of tests, and submitted the logs: logs_81898


Also I dont know if that is even intented to work or not, but the Follow feature in EDIT FILE in Like action and in Retweet action.

It does not follow the accounts of the tweets posted, it does the Like or Retweet action (depends on which you selected) and it does not follow the account, it does the exact same thing as if it was a normal Like or Retweet action without "Follow:True"

bottom point (all was done with THREAD:1):

1. when doing Like action (+retweet in Edit file): two accounts will be logged in at the same time
2. when doing Like action (+follow in Edit file): the action will be done as if there was no follow selected at all (only Like, but it works fine, only one account does the action at a time)
3. when doing Like action only: it works PERFECT - only one account logged in at the same time and it works NICE. (proper PreRunCmd in between)

4. when doing Retweet action (+like in edit file): two accounts will be logged in at the same time
5. when doing Retweet action (+follow in Edit file): the action will be done as if there was no follow selected at all (only Retweet, but it works fine, only one account does the action at a time)
6. when doing Retweet action only: it works PERFECT - only one account logged in at the same time and it works NICE. (proper PreRunCmd in between)

7. when doing Follow action only: it works PERFECT - only one account logged in at the same time and it works NICE. (proper PreRunCmd in between)
darude
Posts: 108
Joined: Fri Mar 11, 2022 3:39 am

Re: *Accounts doing actions WITHOUT PreRunCmd inbetween*

Post by darude »

UP
darude
Posts: 108
Joined: Fri Mar 11, 2022 3:39 am

Re: *Accounts doing actions WITHOUT PreRunCmd inbetween*

Post by darude »

if you are reading this, there is a lot bigger improvement to be made for 4G proxy users than this one.

it is about adapting MASS ACTIONs

I made a post, here is the link:
viewtopic.php?f=30&t=11578

also a little bounty in there :)
User avatar
martin@rootjazz
Site Admin
Posts: 34978
Joined: Fri Jan 25, 2013 10:06 pm
Location: The Funk
Contact:

Re: *Accounts doing actions WITHOUT PreRunCmd inbetween*

Post by martin@rootjazz »

darude wrote: Sun Feb 19, 2023 6:12 pm
martin@rootjazz wrote: Sat Feb 18, 2023 2:51 pm:-)
unfortunately the BUG with preruncmd happens again :(

if you select LIKE tab, and choose in edit:

Code: Select all

Retweet:True
accounts will be doing actions at the same time with THREAD:1... (maybe because of the wait inbetween like and retweet or smth might trigger it)

the way it happens now:

1. 1st account logs in to twitter (scraping and timeline info)
2. 2nd account logs in to twitter (scraping and timeline info)
3. 1st account does the action (like and retweet, with a ~120 second break between like and retweet)
4. RunCmdsBeforeEachAccount runs (IP ROTATION)
5. 3rd account logs in to twitter
6. 4th account logs in to twitter
7. 3rd account does the action (like and retweet, with a ~120 second break between like and retweet)
8. RunCmdsBeforeEachAccount runs (IP ROTATION)
9. ... (continues on and on)


I submitted LOGS: logs_56127

twitterdub version: 3.394 - 15/02/2023

ps. I will try running it a couple more times with only LIKE (without retweet) and see if it happens there also (I think it does not but will check again)

damn, must be the pre action that is breaking it, I imagine ADVANCED PRE ACTION will also cause the same. Let me test now...
darude
Posts: 108
Joined: Fri Mar 11, 2022 3:39 am

Re: *Accounts doing actions WITHOUT PreRunCmd inbetween*

Post by darude »

martin@rootjazz wrote: Fri Feb 24, 2023 9:48 pm
darude wrote: Sun Feb 19, 2023 6:12 pm
martin@rootjazz wrote: Sat Feb 18, 2023 2:51 pm:-)
unfortunately the BUG with preruncmd happens again :(

if you select LIKE tab, and choose in edit:

Code: Select all

Retweet:True
accounts will be doing actions at the same time with THREAD:1... (maybe because of the wait inbetween like and retweet or smth might trigger it)

the way it happens now:

1. 1st account logs in to twitter (scraping and timeline info)
2. 2nd account logs in to twitter (scraping and timeline info)
3. 1st account does the action (like and retweet, with a ~120 second break between like and retweet)
4. RunCmdsBeforeEachAccount runs (IP ROTATION)
5. 3rd account logs in to twitter
6. 4th account logs in to twitter
7. 3rd account does the action (like and retweet, with a ~120 second break between like and retweet)
8. RunCmdsBeforeEachAccount runs (IP ROTATION)
9. ... (continues on and on)


I submitted LOGS: logs_56127

twitterdub version: 3.394 - 15/02/2023

ps. I will try running it a couple more times with only LIKE (without retweet) and see if it happens there also (I think it does not but will check again)

damn, must be the pre action that is breaking it, I imagine ADVANCED PRE ACTION will also cause the same. Let me test now...
yea I also think the preactions are the reason it is happening
Post Reply