Twitter Followers app/script

simbha

Newbie
Joined
May 27, 2013
Messages
3
Reaction score
0
Hi, There's a lot of site which offers a service to get free followers & in exchange you need to follow back where the follow back ration is around 1:2 (for every 1 follow back you need to follow 2 accounts roughly).

I want to work/make such an app in Python. But in order to make it happen there are some doubts in my mind, If any programer or a pythonist can help me understand the basic requirements it would be a great help.

In order to get a user to follow an account I need to first get a user to authorize my app (twitter dev app) so I would get an Authorization Token which I can store in database & can be used later to follow other twitters. Am I right?

Is this is how the entire get free followers sites depend on?

Please input your suggestion/advice.
 
Using the Twitter API is one way of doing it, though I think Twitter puts some limits on their API, how many users you can follow and other actions.

Another way is to run a bot on your server and use the login and password provided by the user.
 
I saw this is a month old, but I wrote something similar. If anyone still needs it, hit me up and I'll share my approach with you.
 
Hello. im interested in the Script Twitter Followers app/script.


Maybe you could send it to me pls?
 
Back
Top