dataprep icon indicating copy to clipboard operation
dataprep copied to clipboard

Feature to request followers count and mutual followers between 2 Twitter users

Open jgdpsingh opened this issue 4 years ago • 1 comments

Currently the twitter connector of DataPrep only returns the tweets related to a particular subject but cannot be used for other things like finding out what is the follower count of an id or what is the no. of mutual followership between 2 twitter ids.

Describe the solution you'd like The tweepy library supports the above feature but doesn't support concurrency feature like that in dataprep library. It would be great if you could add concurrent computation in respect of finding out users/followers count etc too.

jgdpsingh avatar Mar 31 '21 11:03 jgdpsingh

Hi, In order to solve your issue I created two new config files.

Followers. json : gives the ids of all the followers of a user image

Friends. json : gives the ids of all the friends of a user image

Lakshay-sethi avatar Apr 08 '21 03:04 Lakshay-sethi