Twitter Follower lists

bududz

Newbie
Joined
Nov 14, 2021
Messages
17
Reaction score
10
I'm trying to build a sort of demographic study of certain Twitter influences and was wondering if there was a better way of obtaining the usernames of their followers in say an excel spreadsheet vs copying them all by highlighting everything on the page? Plugging them into Excel would be extremely messy using this approach

Was wondering if there was a different way
 
But how can you easily get the demographic information in bulk from all the usernames?
 
Twitter Analytics API?
This is the route to go. You can request the follower list and then do an individual user search to get more detailed information. Ideally you'd want to use a programming language like Python, but twitter provide a sample GUI to make API calls on their site.

Check the documentation here and you'll be able to find it - https://developer.twitter.com/en/docs/twitter-api
 
I'm trying to build a sort of demographic study of certain Twitter influences and was wondering if there was a better way of obtaining the usernames of their followers in say an excel spreadsheet vs copying them all by highlighting everything on the page? Plugging them into Excel would be extremely messy using this approach

Was wondering if there was a different way
download followers using programs like vicinitas or phanntombuster then download excel file.when you download excel file select everything under screen name.right click>format cells>number(custom)then in type enter this code "@"@ and there will be @ before every twitter name..im using this to tag people in comments...
 

Attachments

  • Capture.PNG
    Capture.PNG
    18.7 KB · Views: 61
then you can select whole column and copy paste in notepad(example) or some others words editor....
 
H
download followers using programs like vicinitas or phanntombuster then download excel file.when you download excel file select everything under screen name.right click>format cells>number(custom)then in type enter this code "@"@ and there will be @ before every twitter name..im using this to tag people in comments...
Can u please tell how did you mass mention the follower that you've been scrapping )
 
H
download followers using programs like vicinitas or phanntombuster then download excel file.when you download excel file select everything under screen name.right click>format cells>number(custom)then in type enter this code "@"@ and there will be @ before every twitter name..im using this to tag people in comments...
Can u please tell how did you mass mention the follower that you've been scrapping )
What does mass mentionning do?? people don't just avoid random (mass) mentions??
 
What does mass mentionning do?? people don't just avoid random (mass) mentions??
well in order to work you need likes,retweets and comments in post equal to each other ...example 500 likes 500 retweets 500 comments and your post on twitter can go in trending on twitter.
 
well in order to work you need likes,retweets and comments in post equal to each other ...example 500 likes 500 retweets 500 comments and your post on twitter can go in trending on twitter.
with mass mentioning you can attract people to that,increasing overall traffic to that profile(plus increasing followers)...but you need likes and retweets in that post so that can work.
 
Back
Top