twitter-scraper
twitter-scraper copied to clipboard
How can I get user favourites(following) list
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?
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
Unfortunately, obtaining this list requires authorization on the site...
Your credentials do not allow access to this resource.
Any solution for this ?