Twitter robot

pablorocker

Newbie
Joined
Mar 13, 2009
Messages
16
Reaction score
3
Hey Guys.
I have developed a macro for mozilla firefox that allows me to get followers to my twitter account. Its like this:
- i make a list of random names.
- i start the macro.
- the macro takes the names of the list one by one, and go to the twitters "find people" page.
- then the macro clicks the follow button of every user displayed in the result page.
- a huge percent of people when notice you are following them FOLLOWS BACK to you.

So my twitter account is getting folowers automatically every day.

So far its only local robot... i mean i didnt programmed to use it remotely.
Since its working just fine i wanted to share it with u guys.
Anyone is using something like this?
Anyone interested on getting as much folowers as u can?
cheers
 
I'm really interested, I suppose that (since it's FF) it works on Mac aswell (otherwise I'd love to test it)?
 
I'd like to test it out too. Perhaps we can make a server version.
 
I'll test, what macro app are you using btw?
 
Have you tried this http://flashtweet.com you need to insert your pass and username but its legit i use it myself.
 
hey guys thank u all for the feedback.
JBatman: i use -imacro-
sgMoney: sounds good to do a server version.
kaidoristm: i just check it out the site you mentioned... i got a few script errors at the website when i ran a mass follow search.... i am not sure its working.. but txs for the link

TO all the users that offered to try it... i just only did a local version on my PC.
Now i know its usefull i will make time for myself to improve it and make it remote to use.
I will post when i have results.
 
guys: here its the macro code for the FOLLOWERS DELETE action....:
Code:
VERSION BUILD=6210326 RECORDER=FX
TAB T=1
CLICK X=838 Y=130
WAIT SECONDS=2
CLICK X=831 Y=201
WAIT SECONDS=2
CLICK X=832 Y=270
WAIT SECONDS=2
CLICK X=830 Y=340
WAIT SECONDS=2
CLICK X=833 Y=408
WAIT SECONDS=2
CLICK X=831 Y=479
WAIT SECONDS=2
CLICK X=831 Y=550
WAIT SECONDS=2
CLICK X=832 Y=622
WAIT SECONDS=2
CLICK X=833 Y=688
WAIT SECONDS=2
CLICK X=830 Y=760
WAIT SECONDS=2
CLICK X=832 Y=828
WAIT SECONDS=2
CLICK X=833 Y=903
WAIT SECONDS=2
CLICK X=833 Y=970
WAIT SECONDS=2
CLICK X=832 Y=1041
WAIT SECONDS=2
CLICK X=839 Y=1111
WAIT SECONDS=2
CLICK X=830 Y=1183
WAIT SECONDS=2
CLICK X=832 Y=1249
WAIT SECONDS=2
CLICK X=832 Y=1321
WAIT SECONDS=2
CLICK X=839 Y=1389
WAIT SECONDS=2
CLICK X=830 Y=1460
WAIT SECONDS=2
CLICK X=840 Y=1525
 
this is how it goes:
1- YOu just search on internet *imacro* and download the firefox plugin and install.
2- Copy the code i put in my last response.
3- open your tiwtter followers page in the firefox.
4- click the imacro button on your firefox toolbar
5- click the "record tab" on the imacro window
6- click "record" and then "stop".
7- click the "edit tab" and then "edit macro"
8- you will have a window with some code. Replace the code with the code i gave you.
9 press "save and close"
10 excute the macro with a loop.
thats it
:)
 
Just to let you know Pablo, mass unfollowing is a sure fire way to get yourself flagged on Twitter now.
 
There is also a GreaseMonkey script that does something just like this. Quite fast too.

It adds a small "follow all" button on the pages of Twitter..er...s. It will follow all and goto the next page.

GreaseMonkey if you don't have it:
Code:
addons.mozilla.org/en-US/firefox/addon/748

The Twitter follow all script:
Code:
promote-my-site.com/greasemonkey/twitter_friend.user.js

---

Sorry, I hope I didn't hijack the thread, just wanted people to know another option.
 
thats buddy ..
this same tricks can be used in some more areas
 
Back
Top