Open EngineerSE opened 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?
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.
The dataset posted here only shows index and tweetids. How can I get full labelled( real and fake) dataset having all the attributes?