Twitter bot needed

Twitterme

Newbie
Joined
Dec 2, 2011
Messages
1
Reaction score
0
Anyone have the UBOT (or other program) that can write me a short compiled code to run? Here is what I need:

I want a bot that goes through the people I follow, clicks on them, opens their followers, and follows anyone who has >= XXX number of followers and have YY% of them following them. Example: I follow Joe Smoh...he follows 1000 people and has 1000 followers. I want the program to open those following Joe Smoh, all 1,000 of them, and follow anyone who has at least 500 followers and whose number of followers and those he follows are within some percentage of each other...i.e. 75% or ?? Simple program. I just want to follow those that have a high chance of following me. Rinse and repeat until my list is done. I am not a programmer and whatever app or program (i.e. UBOT?) has to be easy for me to do. It takes so long to sort and do this by hand. Has to be a better way. I can buy a bot for $250 to do this and may simply be the way I go...but wanted to know if someone out there can send me the compilted UBOT version to do this or if they have some script...dunno...hence this post. I would like to spend $50-$100 for it.
 
Anyone have the UBOT (or other program) that can write me a short compiled code to run? Here is what I need:

I want a bot that goes through the people I follow, clicks on them, opens their followers, and follows anyone who has >= XXX number of followers and have YY% of them following them. Example: I follow Joe Smoh...he follows 1000 people and has 1000 followers. I want the program to open those following Joe Smoh, all 1,000 of them, and follow anyone who has at least 500 followers and whose number of followers and those he follows are within some percentage of each other...i.e. 75% or ?? Simple program. I just want to follow those that have a high chance of following me. Rinse and repeat until my list is done. I am not a programmer and whatever app or program (i.e. UBOT?) has to be easy for me to do. It takes so long to sort and do this by hand. Has to be a better way. I can buy a bot for $250 to do this and may simply be the way I go...but wanted to know if someone out there can send me the compilted UBOT version to do this or if they have some script...dunno...hence this post. I would like to spend $50-$100 for it.

....What?

You want it to

1.) Open your follows.
2.) Find TwitterUser whose Followers > X
3.) If TwitterUser Follows = Y% of TwitterUser Followers
4.) Then Follow TwitterUser.

Right?

Only problem is for some reason I cannot get UBot to login to Twitter. It does not 'see' the user e-mail field. So I could make this today, but login would be manual most likely.

[edit]
NVM, it's logging in. :)
 
Last edited:
And I'm done...

Here's the process.. The bot:

1.) Navigates to Twitter.com using a random proxy, if desired.
2.) Logs in using the provided username/password.
3.) Navigates to the user's "Followers" page.
4.) Scrolls until all followers are loaded.
5.) Navigates to each follower's page.
6.) If the number of followers for that person is > X..
7.) Then the bot compares the number of people the person is following.
8.) If that percentage is >= Y..
9.) Then the bot will follow that person.

The bot has... Proxy support, each time it starts, it will load a random proxy that you provide. It also has custom intervals between browsing actions (clicks, navigate, follow, etc.) so that it appears more natural (also, automating Twitter can result in the white screen, this helps minimize that.) Browses as Google Chrome. Custom variables (minimum followers, following/followers %.

Cool little bot. :)
You can contact me on Skype (meatro) if you're interested.
 
Back
Top