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

Applying Filters #4

Open
uBadRequest opened this issue Feb 17, 2021 · 2 comments
Open

Applying Filters #4

uBadRequest opened this issue Feb 17, 2021 · 2 comments
Labels
question Further information is requested

Comments

@uBadRequest
Copy link

Hello,

Nice project! Would it be possible to add the ability to apply filters to the graph, such as keywords in bio, or number of followers/followings?

@eleurent eleurent added the question Further information is requested label Feb 17, 2021
@eleurent
Copy link
Owner

Hi @uBadRequest,

That is a great idea, and it is actually already supported:

  1. all the fields returned by the Twitter API are saved by default
  2. thus, they are also loaded in Gephi, see e.g. the first few rows of the Data Laboratory
    Capture3
  3. these attributes can in turn be used in the Filters section of Gephi's Overview panel

For instance, here is the graph of my Twitter friends,

  • when I filter only big accounts, with at least 30000 followers
    Capture
  • when I filter only accounts that contain the word learning in their bio (notice that only the machine learning research cluster is retained) Capture2

@uBadRequest
Copy link
Author

I was also really interesting in getting all the twitter accounts that are followed by at least x number of people that I follow, but i'm not currently following them.

If someone's following like 15,000+ accounts, then I don't really care to fetch the list of everyone they follow. It could be like 3 people I follow are following a specific account, and fetch all the information about them.

I could try to add this myself, seems pretty easy haha.

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

No branches or pull requests

2 participants