Mention Bot - what's next ?

ManchesterCity

Registered Member
Joined
Jun 3, 2022
Messages
81
Reaction score
61
I have done the hard part building this little bot , scrape any tweet likes or profile followers , and send tweet with message + 10 @users per request.
What I can do next ?
 
Last edited:
Ah ok, I've got you.

What's the benefit of that?
I have try it last night and I got some interaction on my twitter analytics, which is a good sign.
I will use it to send mass Mention to competitors followers coz they are interested in the same niche I'm sure they will follow me or at least they visit my channel by curiosity.
End result like:
Screenshot_20220611-140735_Twitter.jpg
 
No , if the bot do his job and bring it up I will make it public in github, but first I need to make sure it's useful and can make money.
Lot of nft scammers use this kind of bot so why not us to advertise some cpa
 
Any suggestions are welcomed to make it unique.
It use cookies to avoid the ban, and api v2 to send the tweet ( curl )
looks interesting will you be selling this

This is interesting. Pm the GitHub link once you are done with your tests.
I will publish it here in bhw community first
 

Attachments

  • Screenshot_20220611-053230_twitterbotmention.jpg
    Screenshot_20220611-053230_twitterbotmention.jpg
    189.1 KB · Views: 64
Don't make anything public, you'll ruin it for yourself and for everyone else.

Brainstorm what you can do with your method. Grow an account, grow an email list, promote a service/product, share an affliliate product, etc.

If you don't know what really you should do, partner with someone who has already lots of experience with twitter.

My 2 cents.
 
Any suggestions are welcomed to make it unique.
It use cookies to avoid the ban, and api v2 to send the tweet ( curl )



I will publish it here in bhw community first

I code in python and made some bots with it.
After seeing your android bot app I just wanna know how u made it? Which language u used?
Any tutorial for making an app like that (not asking for ur twitter bot ofc)? Time for expanding my knowledge :)

Thanks.
 
Don't make anything public, you'll ruin it for yourself and for everyone else.

Brainstorm what you can do with your method. Grow an account, grow an email list, promote a service/product, share an affliliate product, etc.

If you don't know what really you should do, partner with someone who has already lots of experience with twitter.

My 2 cents.
Appreciate the answer, and I like it .
But i need the analytics to make it non-shadow-banned.
I will make sure the published version is limited .
Coz I don't want to hurt anyone business.
 
I code in python and made some bots with it.
After seeing your android bot app I just wanna know how u made it? Which language u used?
Any tutorial for making an app like that (not asking for ur twitter bot ofc)? Time for expanding my knowledge :)

Thanks.
Android app is beautiful, I used native code which is java , and I implemented a custom webkit to be able to manipulate the javascript interface , and volley from Google to work with twitter api v2 it's pretty cool experience.
And of course Android Studio to cook the recipe.
For the tutorial I can't suggest any for now but if you start by
how to load website in webview
how to make curl request with volley
You will be able to replicate this little bot
Anything else we can open thread in Programming to show how easy to move between language and another
 
This method is getting patched in the next 2 weeks max . You already burned it.
No one can patch this method because it is part of core api of twitter, and I didn't burn it because elon musk talk about it a month ago .
 
Android app is beautiful, I used native code which is java , and I implemented a custom webkit to be able to manipulate the javascript interface , and volley from Google to work with twitter api v2 it's pretty cool experience.
And of course Android Studio to cook the recipe.
For the tutorial I can't suggest any for now but if you start by
how to load website in webview
how to make curl request with volley
You will be able to replicate this little bot
Anything else we can open thread in Programming to show how easy to move between language and another
Thanks for taking your time to write in detail.
I will look into it. Have to learn Java first :D
 
Back
Top