cuilimeng / CoAID

102 stars 47 forks source link

How can I get full dataset access #3

Open EngineerSE opened 3 years ago

EngineerSE commented 3 years ago

The dataset posted here only shows index and tweetids. How can I get full labelled( real and fake) dataset having all the attributes?

lucamarcelo commented 3 years ago

To be compliant with Twitter's conditions, you can only scrape the Tweet IDs, not the whole text. In order to get the text, you have to rehydrate the IDs.

For this, you can either use Hydrator with a GUI, or Tweepy.