Twitter mention bot?

prey24

Elite Member
Jr. VIP
Joined
Dec 16, 2017
Messages
2,518
Reaction score
1,870
Whenever I post a tweet with a specific hashtag like #nft #nftgiveaway #nftcommunity. Right after tweeting this type of reply is always done by botted accounts. Does Someone know how it works?
Capture.PNG
 
i know it's a bot but do you know how it works. Cause I want it for my agency
If it’s a browser bot
It would search for the hashtag
Refresh the page of the hashtag every 3-5 seconds
It would comment in any post on latest post
 
The bot will pickup hashtags and randomly comment the content that was pre loaded for each hashtag.

Try to get hold of a python developer or think ZennoPoster let's you do this
 
These are custom bots and you can create them using any programming language. Python is the easiest one.
 
you can apply to any IT company that writes bots and/or post a request on BHW marked WTB
 
Whenever I post a tweet with a specific hashtag like #nft #nftgiveaway #nftcommunity. Right after tweeting this type of reply is always done by botted accounts. Does Someone know how it works?
View attachment 212735
there bots probably look for words / phrases / links to post back on
 
You can create such bot in Browser Automation Studio. Very easy to learn
 
Hashtag retweet is used by botted channels for community's like #Java #Android ...
But recently I have seen some doggy channels using it with likes and comments.
To be able to do that you have a choice between native api ( normal v2 or premium ) and browser automation.
For the api solution is very straightforward ( search for #Hashtag take the last tweet > follow/retweet/like/comment )
Next is the browser automation , you need to submit a search , render the webpage to html by yourself programmatically , fulfill the comment click() retweet and like , and the most important is to calculate the last job to avoid duplicate task.
Now who is better?
Api of course
End.
The browser automation can be used Without hurting the main account and do the same job with opportunity to abuse the system.
 
Yes as said above it seems to reply to the comment with a link and mention.

It's fairly straight forward.

The bot just needs to watch the hashtag,
scraping new posts, then when a new post detected, post a reply. The @mention can be from a dumped in list or pulled from a search related to the account posting the original tweet being replied to (a follower for example).
A list of comments are provided and one chosen at random for the post
 
Back
Top