Twitter Automation Help

tweeter

Newbie
Joined
Sep 4, 2023
Messages
27
Reaction score
7
Hello!! I am new to twitter automation. I created a script on selenium to automate my tweets. It was working fine for me. Then I uploaded it to AWS with lemda because I wanted to increase the number of twitter accounts. I had 5000 twitter accounts posting random tweets but recently 4300 of them got restricted. Can someone help me with this issue. I was using rotating IPs for them and also was posting just one tweet daily.

Thank you.
 
Selenium can be detected very easily. Another risk is browser fingerprint, try to spoof it. Then randomize activities, for example posting one tweet per 3-7 days to look natural.
Thank you. Is there any better alternative to selenium?
 
Have a look at Puppeteer. There are many tools for C# like qt, its own browser component. Depends on your programming langauge.
Okay I'll have a look. Currently I am using python.
 
Selenium is insufficient, there are good softwares for this, also proxies used from the common pool will close the accounts, you must have special proxies
 
My take on this: unless you are using selenium undetect driver, you are too easly to be flagged.

Summoning twitter pro's: @BlackDesign @obik69 perhaps you guys can help a newbie out here.
I appreciate the help. I'm am unable to use the driver because I can't add proxies with it although I'm using headless mode.
 
I appreciate the help. I'm am unable to use the driver because I can't add proxies with it although I'm using headless mode.
headless is very hard to spoof, I would guess thats your ban trigger.
 
Selenium is insufficient, there are good softwares for this, also proxies used from the common pool will close the accounts, you must have special proxies
Can you please recommend any software that I should use and for proxies I'm using ASOCKS proxy found it from BHW. It had good reviews.
 
You have a high learning curve ahead of you mate.

https://github.com/prescience-data/dark-knowledge
wow!! Do you do this twitter automation thing as well? I'm thinking it'd be better to get one made by an expert rather then making my own and wasting all the time.
 
wow!! Do you do this twitter automation thing as well? I'm thinking it'd be better to get one made by an expert rather then making my own and wasting all the time.
I've tagged the experts few posts earlier, they have nothing for sale tho but those guys are friendly and might help you out with some advice or two.
 
How long did it work fine on your own PC before uploading it to AWS?
When you say the accounts got restricted do you mean they were suspended?
On twitter it would probably be better to have static datacenter IP then rotating Residental one
 
How long did it work fine on your own PC before uploading it to AWS?
When you say the accounts got restricted do you mean they were suspended?
On twitter it would probably be better to have static datacenter IP then rotating Residental one
I ran them for a week on my PC and then move to AWS. Restricted asking for Akron Verification now.
 
Back
Top