Small Twitter Tool

its a 2009 thread it was probably good at the time , this will never work in 2013 waht with twitters new API shit

I'll probably ask one of the mods to close this thread and I'll open a new one to avoid more confusion but more urgent matters are first, like coding this tool again.

Anyway, you are right, except for one thing. As far as I know, most bots do not use the api to avoid any issues like limitations, rate limits, etc. Most of them usually emulate a browser: retrieve the html code of a page, fill in the forms, send back the data. Usually only white hat tools, those meant to use a small number of twitter accounts, use the API.

For the bots: This (emulating the browser) usually works as long as you can understand how a site works and these days, with so much javascript, this isn't so easy. That's why, programmers will also (if possible), use the mobile version of a website. It's simpler, lighter and usually more basic to understand.

I'm currently working on the login process for the tool. I have no problem doing a login as long as there is no captcha. In case of a captcha appearance, I catch it (:)), fill it, but when I try to log in, something doesn't work right and twitter says my words didn't match. So, if anyone has an answer for this, I'd appreciate it. I'm a bit stuck with this at the moment.

x
 
Anyway, will start crafting the GUI soon. I already have most basic functions: login, follow someone, unfollow, fav, unfav, tweet, get follower and following list.

Any comments on how you think it should work?
 
Anyway, will start crafting the GUI soon. I already have most basic functions: login, follow someone, unfollow, fav, unfav, tweet, get follower and following list.

Any comments on how you think it should work?
I thought we already covered all this a few weeks ago.
a_zps848c2b35.png~original


Do we have to go through it again?

Enjoy ..... :cool2:
..... popzzz ~ BlackHatWorld.com

.
 
Last edited:
I have been looking for something that will let me load in a bunch of twitter accounts, then have those accounts auto-retweet and auto-favorite all the tweets from one or more twitter accounts. I was thinking, maybe a feature where the accounts would cycle through and RT/FAV everything from a Twitter list. That way, I could create a twitter list with my 4 main accounts then run the bot to have my fake accounts loaded in to RT/FAV. Using a time interval and a max # per day.

Also, if there was a way to have a bunch of random tweets loaded in that will let the fake accounts tweet at various times throughout the day. That way the fake accounts don't just have a bunch of RTs from the same accounts, which I assume causes suspicion from Twitter.

This is thinking way elaborate, but it would be cool to also have some of the fake accounts also be able to comment on the RT at random..Something like: hahaha RT: (Insert Original Tweet Here). That way it is balanced between RTs, RTs with comments, and FAVs.
 
Anyway, will start crafting the GUI soon. I already have most basic functions: login, follow someone, unfollow, fav, unfav, tweet, get follower and following list.

Any comments on how you think it should work?

Check out Tweet Adder 3 interface/functionality. Proxy binding, actions scheduled only from ex: 8:00am-5:00pm
You should be able to follow from a list (text file) of users and be able to save follow lists into a text file.

One thing that no bot has ever done that would help black hat tremendously is to favoriting most recent tweet of a user, from a list of users created. Importantly also scrape users that have retweeted a certain tweet. That would be groundbreaking and would open several new doors for blackhatters to market. Any questions feel free to PM me.

Cheers

-Yale
 
So, I'm going the api route to build something lasting. As such I have one question: would you prefer to use my app but setup your own twitter api keys on the settings, or simply use one set of global twitter app keys set by me for everyone's use. Something against?

I should have something ready very soon.
 


Great xcubic! And thanks again.

Which one will be best for the life of the app.

Don't you have to get the api keys through twitter?

On the surface it would seem the individual apis would be better as it would be no single point of
failure for the app right but IDK.

OT I can't remember but did you have "unfollow those not following" feature threw in the mix?

Thanks again.

Enjoy ..... :cool2:
..... popzzz ~ BlackHatWorld.com

.
 


Great xcubic! And thanks again.

Which one will be best for the life of the app.

Don't you have to get the api keys through twitter?

On the surface it would seem the individual apis would be better as it would be no single point of
failure for the app right but IDK.

OT I can't remember but did you have "unfollow those not following" feature threw in the mix?

Thanks again.

Enjoy ..... :cool2:
..... popzzz ~ BlackHatWorld.com

.

I went the api way to make a proper app, not something shaddy meant only to spam, but mostly a real marketing tool.

I could use a global api key for everyone but if the keys were banned, it would be for everyone. In this cenario, I would have to get new keys (which is free to anyone), update the app so everyone could download the new version, and each one would have to re add each of his account one by one logining to twitter.

If everyone had his own api keys, a ban would only affect one user and no one would need to wait for me to update the app.

If that feature was not on the list, it will be now...
 
Ok, just inserted all the logins on the database. For those, what do you think of the app?
 
When will this be available? :)
Regards,
Hekke.
 
Back
Top