Mass Accounts Twitter Script/Software.

steven chow

Junior Member
Joined
Feb 24, 2020
Messages
109
Reaction score
14
hi guys . I have many twitter accounts so i need a software or php script that can login to a list of accounts and tweet from a list of ready tweets. Needless to say it must be fast. I searched for this kinda stuff but got no luck. Any advice is appreciated. Thank you.
 
Needless to say it must be fast.

If you need it to be fast, then a browser based bot isn't going to cut it, you need an HTTP requests bot for multi accounts / threading capability.

I searched for this kinda stuff but got no luck.
There are multiple BSTs of twitter bots available in the BHW BST board
 
Write your own program is the best answer for you, it the best investment i have ever pay (time). the only thing i struggle for now my own program did not making money :poop:
 
If you need it to be fast, then a browser based bot isn't going to cut it, you need an HTTP requests bot for multi accounts / threading capability.


There are multiple BSTs of twitter bots available in the BHW BST board
I think he is going to use these accs to make a hashtag to be a trend.

ill pay for that
 
Write your own program is the best answer for you, it the best investment i have ever pay (time). the only thing i struggle for now my own program did not making money :poop:
Your best investment and it is not making any money? Weird haha.
What’s stopping you from making money? What do you think the problem is?
 
I think he is going to use these accs to make a hashtag to be a trend.

ill pay for that

Then you need a fast threadable program. A browser bot is most definitely not that. They have their purpose don't get me wrong, but for this instance, it doesn't fit the requirements
 
Then you need a fast threadable program. A browser bot is most definitely not that. They have their purpose don't get me wrong, but for this instance, it doesn't fit the requirements
Browser bot will likely take at least 1 sec per tweet. It will make 24 x 3600 tweet in one day, thought it'll be sufficient
 
A browser based bot can work ... you just use the multithread feature. There are some good Twitter bots here on BHW that can make a post go viral. Just look around, you will find. You can also post the request on HAF and you will get responses.
 
Please you can use Postcron or Hootsuite, you can attach them there and select where you want tweeting
 
Write your own program is the best answer for you, it the best investment i have ever pay (time). the only thing i struggle for now my own program did not making money :poop:
You should have money making machine, you the one have title vinagarut
 
how can people make a post viral ... ?

Simple. First , have good content in the post, Then direct an army of accounts you control to retweet that tweet with the tags you set in the original tweet. In some countries, if you can muster a few hundred tweets in some minutes, Twitter trend will pick it up for that country as a trending tag.
 
Simple. First , have good content in the post, Then direct an army of accounts you control to retweet that tweet with the tags you set in the original tweet. In some countries, if you can muster a few hundred tweets in some minutes, Twitter trend will pick it up for that country as a trending tag.
this can work with adult nishe too ?
how can i find a viral post ?
Thanks for your answer
 
hi guys . I have many twitter accounts so i need a software or php script that can login to a list of accounts and tweet from a list of ready tweets. Needless to say it must be fast. I searched for this kinda stuff but got no luck. Any advice is appreciated. Thank you.


If you have many accounts then check Twitterdub one time payment which are cost you less. and the developer have marketplace thread here.
 
Hello, I will give you hope, but during my search for these programs, I did not find anything efficient
 
Browser bot will likely take at least 1 sec per tweet. It will make 24 x 3600 tweet in one day, thought it'll be sufficient

Browser bot cannot make 1 tweet per sec, your assumption is well off.


A browser based bot can work ... you just use the multithread feature. There are some good Twitter bots here on BHW that can make a post go viral. Just look around, you will find. You can also post the request on HAF and you will get responses.

multi threading and browser bots only works to an extent, browsers are heavy RAM wise and all the issues of actually securely running multiple threaded browsers safely. OP said he has many accounts and wants it to be fast. Browser bots are not fast by definition, as they download the whole page, js, images, process the nasty mess that is JS then run. A HTTP bot will just fire a tiny kb text file at the server to perform the same.
 
Back
Top