I have a question regarding rehydrate of the tweet's text. Any help would be appreciated.
This is the source of my data; which is about corona tweets:
I have downloaded a data set from it which is in the photo (named 01-feb-2020)
Then, I filter this data to show me the only tweets from 'GB' which is almost 24000 tweets
I have used twarc to hydrate my tweets' text as below :
first, install twarc using pip
then, type this in the command line: twarc configure
then, inter consumer key and secret key
then, write a command:
twarc hydrate id.txt > tweet_hydrated.jsonl
But, I only get 18 tweet text out of 24000 tweet id
I have used the hydrator app as well but the result was the same. what am I doing wrong? Is it logical to get 18 out of that large amount of data? Any new suggestion for hydrating tweet text world is appreciated. (sorry for my bad english I am not the naive speaker)