yuryyu / measurement-of-online-discussion-authenticity

0 stars 0 forks source link

get source tweet (of a retweet) for tweets from the old_tweeter_crawler DB #32

Open tomgond opened 5 years ago

tomgond commented 5 years ago

This can be done using: https://developer.twitter.com/en/docs/tweets/post-and-engage/api-reference/get-statuses-lookup

https://developer.twitter.com/en/docs/tweets/post-and-engage/api-reference/get-statuses-lookup

This is already provided from the external data source (posts_connections)

This could be used later on for building cascade graph of claim (instead of authors connections graphs)

tomgond commented 5 years ago

This is in backlog since we will create the graph from the authors_connections table directly (Without looking at retweet cascade)