@@ -336,6 +336,9 @@ class TwitterExtractor(Extractor):
|
||||
tdata["reply_to"] = tweet["in_reply_to_screen_name"]
|
||||
if "quoted_by" in tweet:
|
||||
tdata["quote_by"] = tweet["quoted_by"]
|
||||
if tdata["retweet_id"]:
|
||||
tdata["date_original"] = text.parse_timestamp(
|
||||
((tdata["retweet_id"] >> 22) + 1288834974657) // 1000)
|
||||
|
||||
return tdata
|
||||
|
||||
@@ -889,6 +892,7 @@ class TwitterTweetExtractor(TwitterExtractor):
|
||||
"tweet_id" : 1296304589591810048,
|
||||
"retweet_id" : 1296296016002547713,
|
||||
"date" : "dt:2020-08-20 04:34:32",
|
||||
"date_original": "dt:2020-08-20 04:00:28",
|
||||
},
|
||||
}),
|
||||
# original retweets (#1026)
|
||||
@@ -899,6 +903,7 @@ class TwitterTweetExtractor(TwitterExtractor):
|
||||
"tweet_id" : 1296296016002547713,
|
||||
"retweet_id" : 1296296016002547713,
|
||||
"date" : "dt:2020-08-20 04:00:28",
|
||||
"date_original": "dt:2020-08-20 04:00:28",
|
||||
},
|
||||
}),
|
||||
# all Tweets from a 'conversation' (#1319)
|
||||
|
||||
Reference in New Issue
Block a user