sfu-db / APIConnectors

A curated list of example code to collect data from Web APIs using DataPrep.Connector.
https://github.com/sfu-db/dataprep#connector
34 stars 25 forks source link

Fix for issue #544 / Feature(Connector): New configs for twitter API #140

Open Lakshay-sethi opened 3 years ago

Lakshay-sethi commented 3 years ago

In order to comply to the users wishes I created two new config files.

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

Issue in question:

https://github.com/sfu-db/dataprep/issues/554

peiwangdb commented 3 years ago

@Lakshay-sethi is this finished? could you squash the commits?

Lakshay-sethi commented 3 years ago

@Lakshay-sethi is this finished? could you squash the commits?

From my side it is, waiting for the issue maker to comment. And the reviewer to review the code