twitter-scraper icon indicating copy to clipboard operation
twitter-scraper copied to clipboard

How can I get user favourites(following) list

Open OrlovDiga opened this issue 3 years ago • 3 comments

I need to get a list of nicknames to which he is subscribed by the user's nickname. I see that the function is currently not implemented. Do you have any ideas how this can be done?

OrlovDiga avatar Jan 14 '22 21:01 OrlovDiga

I found need url: https://twitter.com/i/api/1.1/friends/following/list.json?include_profile_interstitial_type=1&include_blocking=1&include_blocked_by=1&include_followed_by=1&include_want_retweets=1&include_mute_edge=1&include_can_dm=1&include_can_media_tag=1&include_ext_has_nft_avatar=1&skip_status=1&cursor=-1&user_id=USER_ID&count=3&with_total_count=true

OrlovDiga avatar Jan 14 '22 22:01 OrlovDiga

Unfortunately, obtaining this list requires authorization on the site...

Your credentials do not allow access to this resource.

n0madic avatar Jan 24 '22 09:01 n0madic

Any solution for this ?

stygmate avatar May 11 '23 10:05 stygmate