bellecarrell / twitter_brand

In developing a brand on Twitter (and social media in general), how does what you say and how you say it correspond to positive results (more followers, for example)?
0 stars 1 forks source link

sample users from follower bins #52

Closed bellecarrell closed 6 years ago

bellecarrell commented 6 years ago

I would recommend finding follower bins, and sampling users before doing anything else

If you could sample 200 from each bin, and make sure that these users were currently active (query API for info) That will give us 1500-2000 users total There's another way to check if a user is still active, running through email to recover that now Like so: import requests requests.get('https://twitter.com/intent/user?user_id=3499399999') If the status code is 200, then the users should be active, else they have gone private or are deleted/banned

bellecarrell commented 6 years ago

going to test/debug tomorrow

bellecarrell commented 6 years ago

sample users in /exp/acarrell/twitter_brand/blogger_2018/agg_17/

bellecarrell commented 6 years ago

forgot to add check that user is active -- will fix tomorrow

bellecarrell commented 6 years ago

updated sample users in /exp/acarrell/twitter_brand/blogger_2018/agg_17/

bellecarrell commented 6 years ago

forgot to save id files as well as files w/ full json. will fix today/tomorrow

bellecarrell commented 6 years ago

going to close + create new issue based on conversation yesterday