Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tweet propagation chain #54

Open
arguscav opened this issue Nov 19, 2020 · 3 comments
Open

Tweet propagation chain #54

arguscav opened this issue Nov 19, 2020 · 3 comments

Comments

@arguscav
Copy link

Hi, thanks for sharing FakeNewsNet project.

I would like to know if there is any option to create a tweet propagation chain. Something like User A creates Tweet 1, User B retweets Tweet 1 resulting Tweet1-Retweet, User C retweets Tweet1-Retweet and so on. This would give us a tree or graph like structure.

Thanks much.

@gjanzi
Copy link

gjanzi commented Mar 22, 2021

Hi @arguscav,

Did you manage to create such graph? I am interested in doing the same.

Thanks!

@yuyun-haha
Copy link

You can rebuild the graph with some rules.
e.g., If User B follows User A, and User A's retweet is earlier than User B's retweet , it can be inferred that User B got information from User A.
But there will be some errors.

But this method is cumbersome because it requires all user's follower information.
Twitter API allows user get followers or friends ids with GET followers/ids or GET friends/ids.
The rate limit is 15 requests in 15 mins to get 5000 user id per request. (It will take lots of time.)

@arguscav
Copy link
Author

arguscav commented Jan 11, 2022 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants