How does one make a Twitter follower randomiser that picks one of the people you follow and let's you check up on them? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How does one make a Twitter follower randomiser that picks one of the people you follow and let's you check up on them?

basically randomly picks a person you follow and links you to their account, just makes sure you keep up with the people you follow. To be honest this sounds simple. I just want it as a mobile app for Android since it doesn't necessarily have to in the android store for you to download it on your phone just Apk

31st May 2017, 1:45 AM
Dee freeman
Dee freeman - avatar
2 Answers
+ 2
No one uses an app for that sadly, I've heard someone made bots with a Python Library called "Selenium" (You gotta download it) then write the code yourself in Python.
31st May 2017, 2:21 AM
Complex
Complex - avatar
0
i think you need Twitter api. to get the list of all followers and then use random from the list. here is the developer page for Twitter api dor getting list of followers https://dev.twitter.com/rest/reference/get/followers/ids
31st May 2017, 4:47 AM
MR Programmer
MR Programmer - avatar