ManchesterCity
Registered Member
- Jun 3, 2022
- 81
- 61
Sorry for the bad communication I'm autistic,Not really following what it does. Scrapes tweet likes?
I have try it last night and I got some interaction on my twitter analytics, which is a good sign.Ah ok, I've got you.
What's the benefit of that?
looks interesting will you be selling this
I will publish it here in bhw community firstThis is interesting. Pm the GitHub link once you are done with your tests.
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
Appreciate the answer, and I like it .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.
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.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.
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 .This method is getting patched in the next 2 weeks max . You already burned it.
Thanks for taking your time to write in detail.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