Twitterdub doesnt wait for the next follow

Support / help / discussion forum for twitter bot
Post Reply
jessicahouston
Posts: 6
Joined: Tue Sep 10, 2019 11:24 pm

Twitterdub doesnt wait for the next follow

Post by jessicahouston »

Hi, This is my set up (wait time 30-40s) but twitterdub just kept going eventhough it said wait for 30s. Result: Blocked Account :x ...

Here is my setup
Image

Here is the log, as you can see it says pausing for 40 but it didnt pause and went to the next account immediately :

https://api.twitter.com/1.1/friendships/create.json
17:00:43: follow afterpost
17:00:43: * SUCCESS: follow: https://mobile.twitter.com/Garrett2122 with: [myaccount]
17:00:43: * SUCCESS: follow: https://mobile.twitter.com/jefimef with: [myaccount]
17:00:43: * SUCCESS: follow: https://mobile.twitter.com/ErickRa82981675 with: [myaccount]
17:00:43: * SUCCESS: follow: https://mobile.twitter.com/Yamini_Sharma_ with: [myaccount]
17:00:43: Pausing for: 39
17:00:43: * SUCCESS: follow: https://mobile.twitter.com/JNdelule with: [myaccount]
17:00:43: * SUCCESS (3): https://mobile.twitter.com/Garrett2122 user: [myaccount]
17:00:43: Check for pause: 30,40
17:00:43: Pausing for: 40
17:00:43: * SUCCESS (4): https://mobile.twitter.com/jefimef user: [myaccount]
17:00:43: Check for pause: 30,40
17:00:43: Pausing for: 35
17:00:43: * SUCCESS (5): https://mobile.twitter.com/ErickRa82981675 user: [myaccount]
17:00:43: Check for pause: 30,40
17:00:43: Pausing for: 40
17:00:43: * SUCCESS (6): https://mobile.twitter.com/Yamini_Sharma_ user: [myaccount]
17:00:43: Check for pause: 30,40
17:00:43: Pausing for: 33
17:00:43: * SUCCESS (7): https://mobile.twitter.com/JNdelule user: [myaccount]
17:00:43: Check for pause: 30,40
17:00:43: Pausing for: 32
17:00:43: Process: 10/50 : https://mobile.twitter.com/Nel_DanielR
17:00:43: Loading previous db logs: 20496713-928c-40a8-913b-8e2851af3243_Follow
17:00:43: Loaded previous db logs: 42 processed: 21 within 24hrs: 21
17:00:43: Account Daily limit: 100
17:00:43: Daily limit: follow for account: 100 - processed: 21
17:00:43: Processing: https://mobile.twitter.com/Nel_DanielR with user: [myaccount]
17:00:43: Using acc: [myaccount] on: https://mobile.twitter.com/Nel_DanielR
17:00:43: follow: https://mobile.twitter.com/Nel_DanielR with: [myaccount] No Proxy
17:00:43: follow preperform: https://mobile.twitter.com/Nel_DanielR
17:00:43: Get ID: https://mobile.twitter.com/Nel_DanielR
17:00:43: follow Post params: : 10
17:00:43: follow CustomHeaders: : 5
17:00:43: Set headers
17:00:43: Set CsrfToken
17:00:43: Set AuthorisationBearer
17:00:43: POST: https://api.twitter.com/1.1/friendships/create.json
17:00:44: POST: 200
https://api.twitter.com/1.1/friendships/create.json
17:00:44: follow afterpost
17:00:44: * SUCCESS: follow: https://mobile.twitter.com/Nel_DanielR with: [myaccount]
17:00:44: * SUCCESS (8): https://mobile.twitter.com/Nel_DanielR user: [myaccount]
17:00:44: Check for pause: 30,40
17:00:44: Pausing for: 32
17:00:44: Process: 11/50 : https://mobile.twitter.com/Meumundoverde2
17:00:44: Loading previous db logs: 20496713-928c-40a8-913b-8e2851af3243_Follow
17:00:44: Loaded previous db logs: 44 processed: 22 within 24hrs: 22
17:00:44: Account Daily limit: 100
17:00:44: Daily limit: follow for account: 100 - processed: 22
17:00:44: Processing: https://mobile.twitter.com/Meumundoverde2 with user: [myaccount]
17:00:44: Using acc: [myaccount] on: https://mobile.twitter.com/Meumundoverde2
17:00:44: follow: https://mobile.twitter.com/Meumundoverde2 with: [myaccount] No Proxy
17:00:44: follow preperform: https://mobile.twitter.com/Meumundoverde2
17:00:44: Get ID: https://mobile.twitter.com/Meumundoverde2
17:00:44: follow Post params: : 10
17:00:44: follow CustomHeaders: : 5
17:00:44: Set headers
User avatar
martin@rootjazz
Site Admin
Posts: 34369
Joined: Fri Jan 25, 2013 10:06 pm
Location: The Funk
Contact:

Re: Twitterdub doesnt wait for the next follow

Post by martin@rootjazz »

You told the program to use 20 threads, so it will follow 20 people at the same time (one each thread) then that thread pauses, then it blasts through again.

set THREADS = 1
jessicahouston
Posts: 6
Joined: Tue Sep 10, 2019 11:24 pm

Re: Twitterdub doesnt wait for the next follow

Post by jessicahouston »

I think it got it mixed up.
Thread = 1 means 1 follow.
Max Actions = 2 means doing it 2 times right?
So if I want to follow 5. I would set thread =1 , max actions =5.
User avatar
martin@rootjazz
Site Admin
Posts: 34369
Joined: Fri Jan 25, 2013 10:06 pm
Location: The Funk
Contact:

Re: Twitterdub doesnt wait for the next follow

Post by martin@rootjazz »

jessicahouston wrote: Thu Sep 12, 2019 12:48 am I think it got it mixed up.
Thread = 1 means 1 follow.
Max Actions = 2 means doing it 2 times right?
So if I want to follow 5. I would set thread =1 , max actions =5.
THREADS mean concurrent actions performed.

threads = 1, means you follow one profile > pause > follow next profile:
One after the other

20 threads, means the above happens 20 times concurrently, imagine it like you have 20 secretaries, each sitting at a computer, then would all follow a profile at the same then pause, then follow the next then pause.
Post Reply